Skip to content

Commit

Permalink
Change prod subdomain to pocket2024 (#15)
Browse files Browse the repository at this point in the history
* Change prod subdomain to pocket2024

* Update terraform/locals.tf

Co-authored-by: Stuart Lang <[email protected]>

---------

Co-authored-by: Stuart Lang <[email protected]>
  • Loading branch information
russdaygh and slang25 authored Apr 26, 2024
1 parent fae70ab commit 661e000
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 == "production" ? "pocket2024" : "pocket-${var.env}"
}

0 comments on commit 661e000

Please sign in to comment.