Closed jross-ai closed 3 years ago
I have created PR for this issue: https://github.com/cloudposse/terraform-aws-ssm-parameter-store/pull/28
Any updates on this issue?
@wszychta @jross-ai In Terraform 0.15.0 and 0.15.1 a number of fixes & improvements have been done in regards to (handling of) sensitive values.
In my case I was getting an error with terraform-aws-ecs-web-app
before I upgraded to 0.15.1 (Error: Output refers to sensitive values
) which is now working fine.
The change of #28 might not be necessary anymore.
Hey,
It's still an issue with 0.15.3 version of Terraform, could we get the PR merged? It's a major blocker from using this module
Describe the Feature
Set the output values to have the flag
sensitive = true
as part of the upgrade to terraform v14Expected Behavior
Terraform plan should succeed when sensitive variables are passed into the ssm parameter store module.
Use Case
If one wants to pass sensitive values into the ssm parameter store module, then output values for the module need to have the sensitive flag.
Describe Ideal Solution
Add the
sensitive = true
flag to the output values: names, values, map, arn_mapAlternatives Considered
N/A
Additional Context
As part of the upgrade to terraform v14, users are able to set variables to be sensitive so as to not show sensitive values in the plan output: https://www.terraform.io/upgrade-guides/0-14.html#sensitive-values-in-plan-output