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

Allow cleanup of buckets even if there are objects in them #72

Conversation

a200462790
Copy link
Contributor

Addresses #49

I named the variable a bit generic because when we upgrade the google provider, deleting the google_sql_database_instance will require an additional flag, and I figured we could reuse this variable.

@comment-bot-dev
Copy link

comment-bot-dev commented Feb 22, 2021

Thanks for the PR! 🚀
✅ Lint checks have passed.

variables.tf Outdated
variable "helm_chart_version" {
type = string
default = "4.2.4"
description = "Helm chart version to install during deployment"
}

variable "allow_future_deletion" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
variable "allow_future_deletion" {
variable "allow_force_destroy" {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@morgante morgante merged commit cad73dd into terraform-google-modules:master Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants