diff --git a/.github/workflows/load-testing.yml b/.github/workflows/load-testing.yml index f0ccefab..b65a38cc 100644 --- a/.github/workflows/load-testing.yml +++ b/.github/workflows/load-testing.yml @@ -45,7 +45,7 @@ jobs: # Install the latest version of Terraform CLI - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init diff --git a/.github/workflows/terraform-destroy.yml b/.github/workflows/terraform-destroy.yml index 02bb72e2..b1882afe 100644 --- a/.github/workflows/terraform-destroy.yml +++ b/.github/workflows/terraform-destroy.yml @@ -62,7 +62,7 @@ jobs: # Install the latest version of Terraform CLI - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init diff --git a/.github/workflows/terraform-fmt.yml b/.github/workflows/terraform-fmt.yml index 09535343..df38dd7d 100644 --- a/.github/workflows/terraform-fmt.yml +++ b/.github/workflows/terraform-fmt.yml @@ -32,7 +32,7 @@ jobs: # Install the latest version of Terraform CLI - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 # Checks that all Terraform configuration files adhere to a canonical format - name: Terraform Format diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 96aaa23d..64eb6ecc 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -65,7 +65,7 @@ jobs: # Install the latest version of Terraform CLI - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 8ba51cd5..e111aa61 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -65,7 +65,7 @@ jobs: # Install the latest version of Terraform CLI - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init