Skip to content

Commit d1089d6

Browse files
russdayghslang25
andauthored
Update terraform/locals.tf
Co-authored-by: Stuart Lang <stuart.b.lang@gmail.com>
1 parent 0a71181 commit d1089d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/locals.tf

+1-1
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 == "pocket2024" ? "pocket" : "pocket-${var.env}"
4+
subdomain = var.env == "production" ? "pocket2024" : "pocket-${var.env}"
55
}

0 commit comments

Comments
 (0)