Skip to content

Commit 680762b

Browse files
JohannesRudolphmeshkodiak[bot]
authored andcommitted
chore: bump required terraform version to 1.1
the "moved" block requires terraform 1.1 or later
1 parent 471c2e2 commit 680762b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: hashicorp/setup-terraform@v1
1414
with:
15-
terraform_version: 1.0.10
15+
terraform_version: ^1.1
1616

1717
- run: terraform init
1818

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.0"
2+
required_version = ">= 1.1"
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"

0 commit comments

Comments
 (0)