Skip to content

Commit d20b9ae

Browse files
authored
Merge pull request #16 from T-Systems-MMS/schurzi-patch-1
Pin version of azurerm to compatible state
2 parents cbb62f4 + 9c0c935 commit d20b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "registry.terraform.io/hashicorp/azurerm"
5-
version = ">=2.79"
5+
version = ">=2.79, <4.0"
66
}
77
}
88
required_version = ">=1.0"

0 commit comments

Comments
 (0)