Skip to content

Commit 661e000

Browse files
russdayghslang25
andauthored
Change prod subdomain to pocket2024 (#15)
* Change prod subdomain to pocket2024 * Update terraform/locals.tf Co-authored-by: Stuart Lang <stuart.b.lang@gmail.com> --------- Co-authored-by: Stuart Lang <stuart.b.lang@gmail.com>
1 parent fae70ab commit 661e000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
22
resource_prefix = "pocketddd-${var.env}"
33
sql_server_name = "${local.resource_prefix}-sql-server"
4-
subdomain = var.env == "production" ? "pocket" : "pocket-${var.env}"
4+
subdomain = var.env == "production" ? "pocket2024" : "pocket-${var.env}"
55
}

0 commit comments

Comments
 (0)