Skip to content

Commit a842abb

Browse files
authored
fix: improve vpc-enpoint variable (#11)
This is a test to bump the version and ensure the wiki link is correct.
1 parent d9f757d commit a842abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform-module-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Terraform Module Releaser
20-
uses: techpivot/terraform-module-releaser@v1.4.0
20+
uses: techpivot/terraform-module-releaser@v1
2121
with:
2222
use-ssh-source-format: true

aws/vpc-endpoint/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "security_group_rules" {
5959
}
6060

6161
variable "security_group_tags" {
62-
description = "A map of additional tags to add to the security group created"
62+
description = "A map of additional tags to add to the security group created. Bump"
6363
type = map(string)
6464
default = {}
6565
}

0 commit comments

Comments
 (0)