bump Terraform version (#1307)

This commit is contained in:
Ludovico Magnocavallo 2023-04-05 09:15:23 +02:00 committed by GitHub
parent a9cba47ce8
commit 40cda39093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Set up Terraform - name: Set up Terraform
uses: hashicorp/setup-terraform@v2 uses: hashicorp/setup-terraform@v2
with: with:
terraform_version: 1.3.2 terraform_version: 1.4.4
- name: Install dependencies - name: Install dependencies
run: | run: |

View File

@ -28,7 +28,7 @@ env:
PYTEST_ADDOPTS: "--color=yes" PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache" TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.3.9 TF_VERSION: 1.4.4
jobs: jobs:
examples-blueprints: examples-blueprints:

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
terraform { terraform {
required_version = ">= 1.3.1" required_version = ">= 1.4.4"
required_providers { required_providers {
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"