upgrade to terraform 1.12.0

This commit is contained in:
Rui Lopes
2025-05-18 13:55:12 +00:00
parent 75970e0296
commit a5edce2ba7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ Install Terraform:
```bash
# see https://github.com/hashicorp/terraform/releases
# renovate: datasource=github-releases depName=hashicorp/terraform
terraform_version='1.11.4'
terraform_version='1.12.0'
wget "https://releases.hashicorp.com/terraform/$terraform_version/terraform_${$terraform_version}_linux_amd64.zip"
unzip "terraform_${$terraform_version}_linux_amd64.zip"
sudo install terraform /usr/local/bin

View File

@@ -1,6 +1,6 @@
# see https://github.com/hashicorp/terraform
terraform {
required_version = "1.11.4"
required_version = "1.12.0"
required_providers {
# see https://registry.terraform.io/providers/hashicorp/random
# see https://github.com/hashicorp/terraform-provider-random