Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
- name: Check Terraform Format
run: terraform fmt -check
- name: Check Terraform Syntax
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-apply-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
role-to-assume: ${{ inputs.aws-assume-role-arn }}
aws-region: ${{ inputs.aws-assume-role-region }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
role-to-assume: ${{ inputs.aws-assume-role-arn }}
aws-region: ${{ inputs.aws-assume-role-region }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-destroy-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
role-to-assume: ${{ inputs.aws-assume-role-arn }}
aws-region: ${{ inputs.aws-assume-role-region }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-plan-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
role-to-assume: ${{ inputs.aws-assume-role-arn }}
aws-region: ${{ inputs.aws-assume-role-region }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
uses: hashicorp/setup-terraform@v4.0.0
with:
terraform_version: ${{ env.TF_VERSION }}
cli_config_credentials_token: ${{ secrets.terraform-registry-token }}
Expand Down