Skip to content

Commit 7d36756

Browse files
committed
feat: update azurem and azuread version
1 parent 6098cc1 commit 7d36756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"
6-
version = "3.3.0"
6+
version = ">=3.3.0, <4.0.0"
77
}
88
azuread = {
99
source = "hashicorp/azuread"
10-
version = "2.18.0"
10+
version = ">=2.18.0, <3.0.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)