File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
meshcloud-mca-service-principal
meshcloud-metering-service-principal
meshcloud-replicator-service-principal Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ terraform {
7
7
required_providers {
8
8
azurerm = {
9
9
source = " hashicorp/azurerm"
10
- version = " 3.81.0"
10
+ version = " >= 3.81.0"
11
11
}
12
12
azuread = {
13
13
source = " hashicorp/azuread"
14
- version = " 2.46.0"
14
+ version = " >= 2.46.0"
15
15
}
16
16
azapi = {
17
17
source = " Azure/azapi"
18
- version = " 1.13.1"
18
+ version = " >= 1.13.1"
19
19
}
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ terraform {
6
6
required_providers {
7
7
azurerm = {
8
8
source = " hashicorp/azurerm"
9
- version = " 3.81.0"
9
+ version = " >= 3.81.0"
10
10
}
11
11
azuread = {
12
12
source = " hashicorp/azuread"
13
- version = " 2.46.0"
13
+ version = " >= 2.46.0"
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ terraform {
6
6
required_providers {
7
7
azurerm = {
8
8
source = " hashicorp/azurerm"
9
- version = " 3.81.0"
9
+ version = " >= 3.81.0"
10
10
}
11
11
azuread = {
12
12
source = " hashicorp/azuread"
13
- version = " 2.46.0"
13
+ version = " >= 2.46.0"
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
azuread = {
5
5
source = " hashicorp/azuread"
6
- version = " 2.46.0"
6
+ version = " >= 2.46.0"
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments