File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ resource "azurerm_app_service_custom_hostname_binding" "this" {
9494 app_service_name = azurerm_linux_web_app. this . name
9595 resource_group_name = azurerm_linux_web_app. this . resource_group_name
9696
97- depends_on = [azurerm_dns_txt_record . validation ]
97+ depends_on = [azurerm_dns_txt_record . validation ]
9898
9999 # Ignore ssl_state and thumbprint as they are managed using azurerm_app_service_certificate_binding
100100 lifecycle {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module "rbac_assignments" {
33
44 source = " ../rbac-assignment"
55
6- principal_id = azurerm_mssql_server. azure_sql_server . identity [0 ]. principal_id
7- role_definition_name = each. key
8- scope = var. storage_account_id
6+ principal_id = azurerm_mssql_server. azure_sql_server . identity [0 ]. principal_id
7+ role_definition_name = each. key
8+ scope = var. storage_account_id
99}
1010
1111locals {
You can’t perform that action at this time.
0 commit comments