components-contrib/.github/scripts/components-scripts/certification-state.aws.dyn...

10 lines
236 B
Bash
Executable File

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