Skip to content

Commit db9c28a

Browse files
authored
chore: update terraform-module-releaser to v1.4.1 and add debug outputs; modify security group tags description (#12)
1 parent a842abb commit db9c28a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ jobs:
1818

1919
- name: Terraform Module Releaser
2020
uses: techpivot/terraform-module-releaser@v1
21+
id: release
2122
with:
2223
use-ssh-source-format: true
24+
25+
- id: debug
26+
name: Debug
27+
run: |
28+
echo '${{ toJSON(steps.release.outputs) }}'
29+
echo ${{ steps.release.outputs.changed-module-names }}
30+
echo ${{ steps.release.outputs.changed-module-paths }}
31+
echo ${{ steps.release.outputs.changed-modules-map }}
32+
echo ${{ steps.release.outputs.all-module-names }}
33+
echo ${{ steps.release.outputs.all-module-paths }}
34+
echo ${{ steps.release.outputs.all-modules-map }}

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. Bump"
62+
description = "A map of additional tags to add to the security group created. Bump 2"
6363
type = map(string)
6464
default = {}
6565
}

0 commit comments

Comments
 (0)