Skip to content

Commit

Permalink
Fixing formatting of tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 15, 2023
1 parent 77802c2 commit 212bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "azurerm_postgresql_flexible_server_active_directory_administrator" "en
principal_type = "ServicePrincipal"
}

resource "azurerm_postgresql_flexible_server_active_directory_administrator" "admin-for-app" {
resource "azurerm_postgresql_flexible_server_active_directory_administrator" "admin_for_app" {
server_name = azurerm_postgresql_flexible_server.database.name
resource_group_name = data.azurerm_resource_group.group.name
tenant_id = data.azurerm_client_config.current.tenant_id
Expand Down

0 comments on commit 212bc27

Please sign in to comment.