File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
name : Verify module
17
17
strategy :
18
18
matrix :
19
- terraform : ["1.5.6@sha256:1b97a8fea07928585d74ad83683aabe6df2ac24fdc06cbd5382bfaa688063b05 ", "latest"]
19
+ terraform : ["1.5.6", "latest"]
20
20
runs-on : ubuntu-latest
21
21
container :
22
22
image : hashicorp/terraform:${{ matrix.terraform }}
74
74
strategy :
75
75
fail-fast : false
76
76
matrix :
77
- terraform : ["1.5.6@sha256:1b97a8fea07928585d74ad83683aabe6df2ac24fdc06cbd5382bfaa688063b05 ", "latest"]
77
+ terraform : ["1.5.6", "latest"]
78
78
module :
79
79
[
80
80
" ami-housekeeper" ,
@@ -143,7 +143,7 @@ jobs:
143
143
strategy :
144
144
fail-fast : false
145
145
matrix :
146
- terraform : ["sha256:1b97a8fea07928585d74ad83683aabe6df2ac24fdc06cbd5382bfaa688063b05 ", "latest"]
146
+ terraform : ["1.5.6 ", "latest"]
147
147
example :
148
148
[
149
149
" default" ,
You can’t perform that action at this time.
0 commit comments