File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
meshcloud-metering-service-principal
meshcloud-replicator-service-principal Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ terraform {
3
3
required_providers {
4
4
azurerm = {
5
5
source = " hashicorp/azurerm"
6
- version = " >= 3.3.0, <4.0.0"
6
+ version = " >3.3.0, <4.0.0"
7
7
}
8
8
azuread = {
9
9
source = " hashicorp/azuread"
10
- version = " >= 2.18.0, <3.0.0"
10
+ version = " >2.18.0, <3.0.0"
11
11
}
12
12
}
13
13
}
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.3.0, <4.0.0"
9
+ version = " >3.3.0, <4.0.0"
10
10
}
11
11
azuread = {
12
12
source = " hashicorp/azuread"
13
- version = " >= 2.18.0, <3.0.0"
13
+ version = " >2.18.0, <3.0.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.3.0, <4.0.0"
9
+ version = " >3.3.0, <4.0.0"
10
10
}
11
11
azuread = {
12
12
source = " hashicorp/azuread"
13
- version = " >= 2.18.0, <3.0.0"
13
+ version = " >2.18.0, <3.0.0"
14
14
}
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments