components-contrib/.github/scripts/components-scripts/conformance-state.aws.dynam...

10 lines
234 B
Bash
Executable File

#!/bin/sh
set +e
# Navigate to the Terraform directory
cd ".github/infrastructure/terraform/conformance/state/aws/dynamodb"
# Run Terraform
terraform destroy -auto-approve -var="UNIQUE_ID=$UNIQUE_ID" -var="TIMESTAMP=$CURRENT_TIME"