{% if disabled %} Cannot destroy {{ workspace.gcp_project_id }} {% else %} Destroy {{ workspace.gcp_project_id }} {% endif %}
{% if disabled %}
In order to destroy the workspace, you must first destroy all its resources.
{% else %}
You are about to destroy the {{ workspace.gcp_project_id }} workspace.

This action is irreversible and will cause all the underlying resources to be deleted.
{% endif %}