We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c6b64 commit b414d65Copy full SHA for b414d65
main.tf
@@ -3,15 +3,15 @@ terraform {
3
required_providers {
4
azurerm = {
5
source = "hashicorp/azurerm"
6
- version = "3.81.0"
+ version = ">=3.81.0"
7
}
8
azuread = {
9
source = "hashicorp/azuread"
10
- version = "2.46.0"
+ version = ">=2.46.0"
11
12
azapi = {
13
source = "Azure/azapi"
14
- version = "1.13.1"
+ version = ">=1.13.1"
15
16
17
0 commit comments