Skip to content

Commit 096e1d1

Browse files
Merge pull request #23 from T-Systems-MMS/schurzi-patch-1
Pin version of azurerm to compatible state
2 parents 537e7a5 + 2338ac9 commit 096e1d1

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 = ">=3.11.0"
5+
version = ">=3.11.0, <4.0"
66
}
77
}
88
required_version = ">=1.0"

0 commit comments

Comments
 (0)