🚀 Enhancements
fix: mark outputs as sensitive @syphernl (#118)
what
- Marks the outputs as sensitive
- Update workflows etc. missed by #119
why
- Otherwise TF 0.14 would give an
Error: Output refers to sensitive values
when using these outputs to feed into other modules (e.g.terraform-aws-ecs-alb-service-task
) - Keep modules in sync per request of Cloud Posse