Add a project_skip_delete variable to optionally let the project stick around after the resources are destroyed.
This commit is contained in:
@@ -91,6 +91,7 @@ resource "google_project" "project" {
|
||||
billing_account = var.billing_account
|
||||
auto_create_network = var.auto_create_network
|
||||
labels = var.labels
|
||||
skip_delete = var.project_skip_delete
|
||||
}
|
||||
|
||||
resource "google_project_iam_custom_role" "roles" {
|
||||
|
||||
Reference in New Issue
Block a user