File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ variable "security_group_rules" {
5959}
6060
6161variable "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}
You can’t perform that action at this time.
0 commit comments