Skip to content

Commit 113f01f

Browse files
committed
feat: add Terraform backend and variable configuration files
1 parent 24afb00 commit 113f01f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

setup_tf_backend.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e # Salir inmediatamente si un comando termina con un estado no cero.
44
# --- Configuration ---
55
PRE_TERRAFORM_DIR="./00-tf-infra"
66
APP_TERRAFORM_DIR="./01-tf"
7-
GENERATED_VARIABLES_TF_FILENAME="variables.tf"
8-
GENERATED_BACKEND_TF_FILENAME="backend.tf"
7+
GENERATED_VARIABLES_TF_FILENAME="auto_variables.tf"
8+
GENERATED_BACKEND_TF_FILENAME="auto_backend.tf"
99

1010
ECR_REPOSITORY_NAME="poc-hello-world"
1111
AWS_REGION_FOR_BACKEND_RESOURCES="us-east-1"

0 commit comments

Comments
 (0)