Skip to content

Commit

Permalink
Update group name
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed May 20, 2024
1 parent 666ad8e commit c254c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
app_insights_name = "ai-portal-core-${var.environment}-${var.location}-${var.instance}"
app_service_plan_name = "asp-portal-core-${var.environment}-${var.location}-${var.instance}"
api_management_name = "apim-portal-core-${var.environment}-${var.location}-${var.instance}-${random_id.environment_id.hex}"
sql_admin_group_name = "sql-portal-core-admins-${var.environment}-${var.location}-${var.instance}"
sql_name = "sql-portal-core-${var.environment}-${var.location}-${var.instance}-${random_id.environment_id.hex}"
sql_admin_group_name = "sql-portal-core-admins-${var.environment}"
key_vault_name = "kv-${random_id.environment_id.hex}-${var.location}"
}

0 comments on commit c254c1e

Please sign in to comment.