v0.22.0
Make vars sensitive @kevcube (#36)
cloudposse/terraform-aws-ecs-web-app#113 <-- That PR broke this module.
what
- mark sensitive outputs sensitive
why
- current module doesn't work with tf 0.14
Error: Output refers to sensitive values
on outputs.tf line 46:
46: output "container_definition_json" {
Expressions used in outputs can only refer to sensitive values if the
sensitive attribute is true.
Error: Output refers to sensitive values
on outputs.tf line 51:
51: output "container_definition_json_map" {
Expressions used in outputs can only refer to sensitive values if the
sensitive attribute is true.