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" {
8
8
9
9
stage = terraform. workspace
10
10
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
+ # }
16
16
17
17
website = {
18
18
source_dir = " ../webapp/target/scala-2.13/scalajs-bundler/main/dist"
@@ -72,10 +72,10 @@ module "example" {
72
72
css_file = " auth.css"
73
73
}
74
74
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
+ # }
79
79
80
80
# dev_setup = {
81
81
# # enabled = !local.is_prod
You can’t perform that action at this time.
0 commit comments