Skip to content

Commit 8da5cfe

Browse files
committed
TT-xx: Fix terraform required version
1 parent 69a2ef9 commit 8da5cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/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.1.2"
2+
required_version = "~> 1"
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"

0 commit comments

Comments
 (0)