mirror of
https://github.com/outbackdingo/terraform-libvirt-talos.git
synced 2026-01-27 02:20:26 +00:00
upgrade to terraform 1.13.3
This commit is contained in:
@@ -39,7 +39,7 @@ Install Terraform:
|
||||
```bash
|
||||
# see https://github.com/hashicorp/terraform/releases
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform
|
||||
terraform_version='1.13.2'
|
||||
terraform_version='1.13.3'
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# see https://github.com/hashicorp/terraform
|
||||
terraform {
|
||||
required_version = "1.13.2"
|
||||
required_version = "1.13.3"
|
||||
required_providers {
|
||||
# see https://registry.terraform.io/providers/hashicorp/random
|
||||
# see https://github.com/hashicorp/terraform-provider-random
|
||||
|
||||
Reference in New Issue
Block a user