konstructio / gitops-template

upstream template for your open source gitops repository
MIT License
67 stars 56 forks source link

remove delete protection from gke #767

Closed mrsimonemms closed 3 months ago

mrsimonemms commented 3 months ago

The deprovision instructions don't work without deletion_protection set to false.

Defaulting to protecting clusters from being deleted was added in v5 of the Terraform dependency.

The only question is whether this should be a configurable flag?