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 {
77 required_providers {
88 azurerm = {
99 source = " hashicorp/azurerm"
10- version = " 3.112.0"
10+ version = " >= 3.112.0"
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 azurerm = {
99 source = " hashicorp/azurerm"
10- version = " 3.112.0"
10+ version = " >= 3.112.0"
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ resource "azurerm_mysql_flexible_server" "main" {
117117resource "azurerm_mysql_flexible_server_active_directory_administrator" "main" {
118118 count = length (var. entra_authentication . object_id [* ]) > 0 ? 1 : 0
119119
120- server_id = join (" " , azurerm_mysql_flexible_server. main . * . id )
120+ server_id = join (" " , azurerm_mysql_flexible_server. main [ * ] . id )
121121 identity_id = var. entra_authentication . user_assigned_identity_id
122122 login = var. entra_authentication . login
123123 object_id = var. entra_authentication . object_id
You can’t perform that action at this time.
0 commit comments