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
339 stars 244 forks source link

feat: add map_secrets #123

Closed nitrocode closed 3 years ago

nitrocode commented 3 years ago

Merge copy of https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/120

Commit history is the same

The original PR was failing on null secrets so I set var.secrets to [] which is the same default as var.environment.

nitrocode commented 3 years ago

/test all