This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Make the environment variables length a static variable
Work around a bug where Terraform can't count.
Service now requires an env_vars_length
param:
module "service" {
// ...
env_vars_length = 2
env_vars = {
my_var = "foo"
another_var = "bar"
}
}