terraform-google-modules/terraform-google-bootstrap

Force destroy option for cloudbuild artifact storage bucket

DaveButland opened this issue · 2 comments

TL;DR

Terraform destroy fails because the cloudbuild artifact storage bucket has no option to set the force_destroy flag and this defaults to false

Terraform Resources

No response

Detailed design

The main module has a variable, force_destroy, that can be used to set the force_destroy flag on the terraform state file storage bucket in the seed project. However, there is no such option on the cloudbuild module which creates the cloudbuild artifacts storage bucket. This means there is no way to use terraform destroy to destroy the bootstrap build.

Additional information

No response

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days