We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1a2cf commit aa8a55bCopy full SHA for aa8a55b
1 file changed
.github/workflows/publish-harness.yaml
@@ -133,12 +133,18 @@ jobs:
133
runs-on: ubuntu-latest
134
needs: [ publish-base-image ]
135
env:
136
- TERRAFORM_VERSION: 1.11.4
+ TERRAFORM_VERSION: 1.14.9
137
strategy:
138
matrix:
139
versions:
140
- - full: 1.11.4
141
- tag: 1.11.4
+ - full: 1.14.9
+ tag: 1.14.9
142
143
+ tag: "1.14"
144
+ - full: 1.13.5
145
+ tag: '1.13'
146
+ - full: 1.12.2
147
+ tag: '1.12'
148
- full: 1.11.4
149
tag: "1.11"
150
- full: 1.10.5
0 commit comments