Skip to content

Commit 73418dd

Browse files
authored
chore: update terraform-module-releaser to v1.8.0 in workflow (#17)
1 parent 187204a commit 73418dd

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,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Terraform Module Releaser
20-
uses: techpivot/terraform-module-releaser@test/checkout-v6-external-action
20+
uses: techpivot/terraform-module-releaser@v1.8.0
2121
id: release
2222
with:
2323
use-ssh-source-format: true

aws/vpc-endpoint/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
# Documentation B
2+
# Documentation C
33
endpoints = { for k, v in var.endpoints : k => v }
44

55
security_group_ids = concat(var.security_group_ids, [aws_security_group.this.id])

0 commit comments

Comments
 (0)