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

Commit 38d8b74

Browse files
authored
Merge pull request #14 from T-Systems-MMS/schurzi-patch-1
Pin version of azurerm to compatible state
2 parents 39ef6da + 0371e9b commit 38d8b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.98"
5+
#version = "~>2.98, <4.0"
66
}
77
}
88
required_version = "~>1.0"

0 commit comments

Comments
 (0)