SSM Parameters
Opened this issue · 0 comments
caiocezart commented
Objectives:
- Generate 4 empty keys on SSM Parameter Store to be used for wordpress secrets.
- /wordpress/WORDPRESS_DB_HOST
- /wordpress/WORDPRESS_DB_USER
- /wordpress/WORDPRESS_DB_PASSWORD
- /wordpress/WORDPRESS_DB_NAME
Acceptance Criteria:
- Parameters are of type SecureString either with default or custom SSM Key
- Terraform code for creating ssm parameters
- Value of parameters to be manually changed through the console (terraform leave logging trace of the values)