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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user