From 67955e61ab011eaf8667eae9c15a20f4dc428e62 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 23 Jan 2022 10:32:12 -0700 Subject: [PATCH] the domainname is findafoodtrucknow.ga --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 90e9659323..67a88f4190 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -5,7 +5,7 @@ variable "region" { variable "domain-name" { description = "domain name which redirects to CloudFront" - default = "findafoodtruck.ga" + default = "findafoodtrucknow.ga" } variable "tags" {