File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mysql-flexible-server-replication Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
7
7
required_providers {
8
8
azurerm = {
9
9
source = " hashicorp/azurerm"
10
- version = " 3.112.0"
10
+ version = " >= 3.112.0"
11
11
}
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
7
7
required_providers {
8
8
azurerm = {
9
9
source = " hashicorp/azurerm"
10
- version = " 3.112.0"
10
+ version = " >= 3.112.0"
11
11
}
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ resource "azurerm_mysql_flexible_server" "main" {
117
117
resource "azurerm_mysql_flexible_server_active_directory_administrator" "main" {
118
118
count = length (var. entra_authentication . object_id [* ]) > 0 ? 1 : 0
119
119
120
- server_id = join (" " , azurerm_mysql_flexible_server. main . * . id )
120
+ server_id = join (" " , azurerm_mysql_flexible_server. main [ * ] . id )
121
121
identity_id = var. entra_authentication . user_assigned_identity_id
122
122
login = var. entra_authentication . login
123
123
object_id = var. entra_authentication . object_id
You can’t perform that action at this time.
0 commit comments