terraform-aws-ssm-parameter-store icon indicating copy to clipboard operation
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.

Results 5 terraform-aws-ssm-parameter-store issues
Sort by recently updated
recently updated
newest added

## 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

auto-update
no-release
readme

## 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. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug When I am execute module inside module I get `│ Error: Invalid for_each argument │...

bug

### 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...

bug