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

Remove sensitive outputs #122

Closed nitrocode closed 3 years ago

nitrocode commented 3 years ago

what

Revert sensitive = true outputs

why

Cannot see the difference in task definitions in terraform plan due to sensitive = true

references

Revert https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/118

nitrocode commented 3 years ago

/test all