From ad63cef4a8c472f0c6c361c05c4c7026d4c16b8f Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Sun, 29 May 2022 22:24:02 +0200 Subject: [PATCH] comment domain/email specific configuration in terraform deployment --- terraform/fun.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform/fun.tf b/terraform/fun.tf index 90427f74..143c8208 100644 --- a/terraform/fun.tf +++ b/terraform/fun.tf @@ -8,11 +8,11 @@ module "example" { stage = terraform.workspace - domain = { - name = "fun-stack.org" - deploy_to_subdomain = local.is_prod ? null : "${terraform.workspace}.env" - catch_all_email = "johannes@karoff.net" - } + # domain = { + # name = "example.com" + # deploy_to_subdomain = local.is_prod ? null : "${terraform.workspace}.env" + # catch_all_email = "me@example.net" + # } website = { source_dir = "../webapp/target/scala-2.13/scalajs-bundler/main/dist" @@ -72,10 +72,10 @@ module "example" { css_file = "auth.css" } - budget = { - limit_monthly_dollar = "10.0" - notify_email = "budget@fun-stack.org" - } + # budget = { + # limit_monthly_dollar = "10.0" + # notify_email = "budget@example.com" + # } # dev_setup = { # # enabled = !local.is_prod