Add support for google provider 6.x (#2536)
* Add support for google provider 6.x Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com> Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com> Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
@@ -37,9 +37,10 @@ locals {
|
||||
}
|
||||
|
||||
resource "google_folder" "folder" {
|
||||
count = var.folder_create && var.assured_workload_config == null ? 1 : 0
|
||||
display_name = var.name
|
||||
parent = var.parent
|
||||
count = var.folder_create && var.assured_workload_config == null ? 1 : 0
|
||||
display_name = var.name
|
||||
parent = var.parent
|
||||
deletion_protection = var.deletion_protection
|
||||
}
|
||||
|
||||
resource "google_essential_contacts_contact" "contact" {
|
||||
|
||||
Reference in New Issue
Block a user