Skip to content

Commit

Permalink
Update terraform/locals.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Lang <[email protected]>
  • Loading branch information
russdaygh and slang25 authored Apr 26, 2024
1 parent 0a71181 commit d1089d6
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
@@ -1,5 +1,5 @@
locals {
resource_prefix = "pocketddd-${var.env}"
sql_server_name = "${local.resource_prefix}-sql-server"
subdomain = var.env == "pocket2024" ? "pocket" : "pocket-${var.env}"
subdomain = var.env == "production" ? "pocket2024" : "pocket-${var.env}"
}

0 comments on commit d1089d6

Please sign in to comment.