Skip to content

Commit 2c08d51

Browse files
terraform fmt
1 parent d7e04bc commit 2c08d51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infrastructure/modules/linux-web-app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

infrastructure/modules/sql-server/rbac.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1111
locals {

0 commit comments

Comments
 (0)