terraform-aws-ssm-parameter-store
terraform-aws-ssm-parameter-store copied to clipboard
Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.
## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates
## what * Allow the use of new field insecure_value * Forces to have provider >= 4.22.0 ## references https://github.com/cloudposse/terraform-aws-ssm-parameter-store/issues/43 `closes #43`
## 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...
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug When I am execute module inside module I get `│ Error: Invalid for_each argument │...
### Describe the Bug After a terraform apply ``` Apply complete! Resources: 1 added, 0 changed, 0 destroyed. ╷ │ Warning: Argument is deprecated │ │ with module.ses.module.ses_user.module.store_write[0].aws_ssm_parameter.default["/system_user/ccp-dev/access_key_id"], │ on...