From 95d1dc7f5d7a80d1e9133dc3d4c1bbcc19268a11 Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Sat, 5 Aug 2023 18:21:41 -0700 Subject: [PATCH] update terraform to provision endpoints - change docker script --- terraform/bin/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/bin/config.sh b/terraform/bin/config.sh index 37131b7..95d3b29 100644 --- a/terraform/bin/config.sh +++ b/terraform/bin/config.sh @@ -8,7 +8,7 @@ then fi VENUE=$1 -#source "$(dirname $BASH_SOURCE)/../environments/$VENUE.env" +source "$(dirname $BASH_SOURCE)/../environments/$VENUE.env" export TF_IN_AUTOMATION=true # https://www.terraform.io/cli/config/environment-variables#tf_in_automation export TF_INPUT=false # https://www.terraform.io/cli/config/environment-variables#tf_input