06 - Cleanup Environment
The RAD Lab UI project can be deleted by executing the following steps in the radlab-ui/automation/terraform/infrastructure
folder.
- Delete the
backend.tf
file. - Run
terraform init -migrate-state
. This will copy the remote state to your local environment. - Run
terraform destroy -auto-approve
. This will delete the RAD Lab UI project and all the IAM permissions that were created as part of the installation.