File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments