Skip to content

Commit ad63cef

Browse files
committed
comment domain/email specific configuration in terraform deployment
1 parent 51a1a3e commit ad63cef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

terraform/fun.tf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module "example" {
88

99
stage = terraform.workspace
1010

11-
domain = {
12-
name = "fun-stack.org"
13-
deploy_to_subdomain = local.is_prod ? null : "${terraform.workspace}.env"
14-
catch_all_email = "johannes@karoff.net"
15-
}
11+
# domain = {
12+
# name = "example.com"
13+
# deploy_to_subdomain = local.is_prod ? null : "${terraform.workspace}.env"
14+
# catch_all_email = "me@example.net"
15+
# }
1616

1717
website = {
1818
source_dir = "../webapp/target/scala-2.13/scalajs-bundler/main/dist"
@@ -72,10 +72,10 @@ module "example" {
7272
css_file = "auth.css"
7373
}
7474

75-
budget = {
76-
limit_monthly_dollar = "10.0"
77-
notify_email = "budget@fun-stack.org"
78-
}
75+
# budget = {
76+
# limit_monthly_dollar = "10.0"
77+
# notify_email = "budget@example.com"
78+
# }
7979

8080
# dev_setup = {
8181
# # enabled = !local.is_prod

0 commit comments

Comments
 (0)