We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320ebb5 commit 213cbb1Copy full SHA for 213cbb1
.github/workflows/terraform.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Terraform
37
uses: hashicorp/[email protected]
38
with:
39
- terraform_version: 1.7.5
+ terraform_version: 1.13.0
40
41
- name: Terraform Init
42
run: terraform init
Terraform/0-versions.tf
@@ -1,5 +1,5 @@
1
terraform {
2
- required_version = ">= 1.7.0"
+ required_version = ">= 1.13.0"
3
4
required_providers {
5
aws = {
0 commit comments