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:
Simone Ruffilli
2024-09-05 12:35:58 +02:00
committed by GitHub
parent 21f85a837c
commit 7f8a02a405
130 changed files with 1571 additions and 440 deletions

View File

@@ -74,6 +74,12 @@ variable "contacts" {
nullable = false
}
variable "deletion_protection" {
description = "Deletion protection setting for this folder."
type = bool
default = false
}
variable "factories_config" {
description = "Paths to data files and folders that enable factory functionality."
type = object({
@@ -152,4 +158,3 @@ variable "tag_bindings" {
type = map(string)
default = null
}