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.
2 parents a205783 + 7c2ed82 commit fead92cCopy full SHA for fead92c
.github/workflows/terraform.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ./.github/workflows/_terraformLintTemplate.yml
20
name: "Terraform Lint"
21
with:
22
- terraform_version: "1.4.6"
+ terraform_version: "1.5.6"
23
working_directory: "./code/infra"
24
25
terraform_plan_dev:
@@ -28,7 +28,7 @@ jobs:
28
needs: [terraform_lint]
29
30
environment: "dev"
31
32
33
secrets:
34
TENANT_ID: ${{ secrets.TENANT_ID }}
@@ -44,7 +44,7 @@ jobs:
44
if: github.event_name == 'push' || github.event_name == 'release'
45
46
47
48
49
50
0 commit comments