terraform-aws-ssm-parameter-store icon indicating copy to clipboard operation
terraform-aws-ssm-parameter-store copied to clipboard

Support insecure_value field

Open KimSambaFX opened this issue 3 years ago • 0 comments

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.

KimSambaFX avatar Jul 18 '22 14:07 KimSambaFX