Skip to content

Commit

Permalink
fix: typo in bootstrap template (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalnumbers authored Oct 9, 2023
1 parent 4edd41c commit 70922ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/aws/files/bootstrap_role_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"ec2:*VpcEndpointConnections"
],
"Resource": "*"
}
},
{
"Sid": "SSMStop",
"Effect": "Allow",
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

variable "sn_policy_version" {
description = "The value of SNVersion tag"
default = "3.6.0" # x-release-please-version
default = "3.7.0" # x-release-please-version
type = string
}

Expand Down

0 comments on commit 70922ee

Please sign in to comment.