You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Additional information
No response
The text was updated successfully, but these errors were encountered: