Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/ssm-parameter-store/aws to v…
Browse files Browse the repository at this point in the history
…0.13.0
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 2b82c0d commit f03c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mysql-user/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "mysql_grant" "default" {

module "parameter_store_write" {
source = "cloudposse/ssm-parameter-store/aws"
version = "0.10.0"
version = "0.13.0"

# kms_arn will only be used for SecureString parameters
kms_arn = var.kms_key_id # not necessarily ARN — alias works too
Expand Down

0 comments on commit f03c011

Please sign in to comment.