More fixes

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2023-02-17 19:13:06 +00:00
parent 749b5f2f25
commit 608f1cb0e1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set +e
# Navigate to the Terraform directory
cd ".github/infrastructure/terraform/certification/pubsub/aws/dynamodb"
cd ".github/infrastructure/terraform/certification/state/aws/dynamodb"
# Run Terraform
terraform destroy -auto-approve -var="UNIQUE_ID=$UNIQUE_ID" -var="TIMESTAMP=$CURRENT_TIME"

View File

@ -8,7 +8,7 @@ echo "STATE_AWS_DYNAMODB_TABLE_1=certification-test-terraform-basic-$UNIQUE_ID"
echo "STATE_AWS_DYNAMODB_TABLE_2=certification-test-terraform-partition-key-$UNIQUE_ID" >> $GITHUB_ENV
# Navigate to the Terraform directory
cd ".github/infrastructure/terraform/certification/pubsub/aws/dynamodb"
cd ".github/infrastructure/terraform/certification/state/aws/dynamodb"
# Run Terraform
terraform init