terraform-aws-airship-ecs-service icon indicating copy to clipboard operation
terraform-aws-airship-ecs-service copied to clipboard

variables.tf container_secrets multiline description causing errors.

Open caseygoodrich opened this issue 5 years ago • 1 comments

what

  • When I run terraform init on this module I get this error. Error: Unsuitable value type on .terraform/modules/demo/blinkist-terraform-aws-airship-ecs-service-bd4f2c6/variables.tf line 319, in variable "container_secrets": 318: 319: The environment variables to pass to the container as SSM keys. Should be a map of environment vairable names to either SSM var ANRs or paths.

why

  • If I remove the multiline description on the container_secrets the issues resolves.

caseygoodrich avatar Jul 07 '19 02:07 caseygoodrich

Hi @caseygoodrich . Which version of terraform-aws-airship-ecs-service and terraform are you using?

mhvelplund avatar Sep 17 '19 09:09 mhvelplund