issues
search
cloudposse
/
terraform-aws-ecs-container-definition
Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
https://cloudposse.com/accelerate
Apache License 2.0
340
stars
245
forks
source link
secrets valueFrom
#126
Closed
nitrocode
closed
3 years ago
nitrocode
commented
3 years ago
what
Fixes an issue in a previous PR
https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/123
where
value
was used instead of
valueFrom
for the
secrets
key
why
This fixes a bug in which the
secrets
key will break the module due to the incorrect key
references
Closes
https://github.com/cloudposse/terraform-aws-ecs-container-definition/issues/125
nitrocode
commented
3 years ago
/test all
jamengual
commented
3 years ago
/rebuild-readme
nitrocode
commented
3 years ago
/rebuild-readme
nitrocode
commented
3 years ago
/test all
what
value
was used instead ofvalueFrom
for thesecrets
keywhy
secrets
key will break the module due to the incorrect keyreferences