Skip to content

Commit

Permalink
added deletion policy
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Sep 18, 2024
1 parent 0af3ebb commit 9ff9288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/computed_values/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ resource "google_project" "computed" {
folder_id = var.parent_resource_folder
project_id = "log-exports-computed-${random_string.suffix.result}"
billing_account = var.parent_resource_billing_account
deletion_policy = "DELETE"

}

resource "google_project_service" "project" {
Expand Down

0 comments on commit 9ff9288

Please sign in to comment.