We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f757d commit a842abbCopy full SHA for a842abb
.github/workflows/terraform-module-releaser.yml
@@ -17,6 +17,6 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Terraform Module Releaser
20
- uses: techpivot/terraform-module-releaser@v1.4.0
+ uses: techpivot/terraform-module-releaser@v1
21
with:
22
use-ssh-source-format: true
aws/vpc-endpoint/variables.tf
@@ -59,7 +59,7 @@ variable "security_group_rules" {
59
}
60
61
variable "security_group_tags" {
62
- description = "A map of additional tags to add to the security group created"
+ description = "A map of additional tags to add to the security group created. Bump"
63
type = map(string)
64
default = {}
65
0 commit comments