Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 603aacb

Browse files
authored
Merge pull request #16 from T-Systems-MMS/schurzi-patch-1
Pin version of azurerm to compatible state
2 parents cd3e4d3 + 4200f32 commit 603aacb

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.19.0"
5+
version = ">=2.19.0, <4.0"
66
}
77
}
88
required_version = ">=0.12"

0 commit comments

Comments
 (0)