Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force destroy option for cloudbuild artifact storage bucket #146

Open
DaveButland opened this issue Feb 16, 2022 · 2 comments
Open

Force destroy option for cloudbuild artifact storage bucket #146

DaveButland opened this issue Feb 16, 2022 · 2 comments
Labels
enhancement New feature or request P3 medium priority issues triaged Scoped and ready for work

Comments

@DaveButland
Copy link

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

@DaveButland DaveButland added the enhancement New feature or request label Feb 16, 2022
@github-actions
Copy link

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

@github-actions github-actions bot added the Stale label Apr 17, 2022
@bharathkkb bharathkkb added triaged Scoped and ready for work P3 medium priority issues and removed Stale labels Apr 18, 2022
@lpezet
Copy link
Contributor

lpezet commented Jul 14, 2024

PR #304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3 medium priority issues triaged Scoped and ready for work
Projects
None yet
Development

No branches or pull requests

3 participants