diff --git a/modules/aws/variables.tf b/modules/aws/variables.tf index e976296..8c2609b 100644 --- a/modules/aws/variables.tf +++ b/modules/aws/variables.tf @@ -16,7 +16,7 @@ variable "sn_policy_version" { description = "The value of SNVersion tag" - default = "3.11.0" # x-release-please-version + default = "3.11.1" # x-release-please-version type = string }