diff --git a/infrastructure/backend/create_client_env.sh b/infrastructure/backend/create_client_env.sh new file mode 100755 index 000000000..06733cc95 --- /dev/null +++ b/infrastructure/backend/create_client_env.sh @@ -0,0 +1,3 @@ +ENV_FILE="../../client/.env" +ALB_DNS=$(terraform output -raw alb_dns_name) +echo "REACT_APP_BACKEND_URL=http://$ALB_DNS" > $ENV_FILE \ No newline at end of file diff --git a/infrastructure/client/main.tf b/infrastructure/client/main.tf deleted file mode 100644 index e69de29bb..000000000