Skip to content

Commit

Permalink
Change TF folder location in terraform_apply.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Mar 17, 2024
1 parent 98f04c6 commit 24d0888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/terraform_apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
trap "echo 'error: Script failed: see failed command above'" ERR

# Change into TF folder location
pushd ./terraform
pushd "$TF_WORKING_DIR"

# Apply terraform
message="Applying Terraform configuration"
Expand Down

0 comments on commit 24d0888

Please sign in to comment.