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 18
18
19
19
- name : Terraform Module Releaser
20
20
uses : techpivot/terraform-module-releaser@v1
21
+ id : release
21
22
with :
22
23
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" {
59
59
}
60
60
61
61
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 "
63
63
type = map (string )
64
64
default = {}
65
65
}
You can’t perform that action at this time.
0 commit comments