We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since AWS provider 4.22.0, all parameters that use the value field will be sensitive in the outputs. There is a new field called "insecure_value" which cannot be set at the same time as value field. Reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter#insecure_value This field should be usable in this module.
Parameters should not always be sensitive, in my experience only SecureString should have this treatment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
Since AWS provider 4.22.0, all parameters that use the value field will be sensitive in the outputs. There is a new field called "insecure_value" which cannot be set at the same time as value field.
Reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter#insecure_value
This field should be usable in this module.
Expected Behavior
Parameters should not always be sensitive, in my experience only SecureString should have this treatment.
The text was updated successfully, but these errors were encountered: