Skip to content

Commit

Permalink
Add force_destroy field to google_storage_managed_folder (#11303) (
Browse files Browse the repository at this point in the history
…#755)

[upstream:d946df919fbba4a7dec235d31e2b9b4ef09720b6]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 2, 2024
1 parent a3e8b4a commit f273c43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions storage_managed_folder_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resource "google_storage_bucket" "bucket" {
}

resource "google_storage_managed_folder" "folder" {
bucket = google_storage_bucket.bucket.name
name = "managed/folder/name/"
bucket = google_storage_bucket.bucket.name
name = "managed/folder/name/"
force_destroy = true
}

0 comments on commit f273c43

Please sign in to comment.