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

Support deleting Firestore databases #16576

Commits on Nov 21, 2023

  1. Support deleting Firestore databases (hashicorp#9450)

    Due to backwards compatibility concerns, the default behavior remains to
    abandon the database upon destroy rather than to actually delete it.
    
    To actually delete the database, you must set deletion_policy to DELETE,
    and apply if necessary, before running `terraform destroy`.
    
    This also cleans up some related deletion-related docs and bugs:
    
    * Updates the delete protection docs
    * delete_protection_state being enabled with deletion_policy = DELETE fails the destroy
    
    Fixes hashicorp#16488
    Fixes hashicorp#16404
    Fixes hashicorp#16325
    [upstream:4829cc4a4f604db5d6e1d09a7c85df6250ebc19a]
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d51d58c View commit details
    Browse the repository at this point in the history