Skip to content

Commit 2b45d19

Browse files
chore(deps): update terraform cloudposse/ssm-parameter-store/aws to v0.13.0 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1c53ee commit 2b45d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "store_read" {
2222
count = local.enabled ? 1 : 0
2323

2424
source = "cloudposse/ssm-parameter-store/aws"
25-
version = "0.11.0"
25+
version = "0.13.0"
2626

2727
parameter_read = [
2828
var.github_app_key_ssm_path,

0 commit comments

Comments
 (0)