Skip to content

Commit

Permalink
Change prod subdomain to pocket2024
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 26, 2024
1 parent fae70ab commit 0a71181
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 == "production" ? "pocket" : "pocket-${var.env}"
subdomain = var.env == "pocket2024" ? "pocket" : "pocket-${var.env}"
}

0 comments on commit 0a71181

Please sign in to comment.