Relax dataproc master config type (#2364)

This commit is contained in:
Ludovico Magnocavallo 2024-06-14 16:19:57 +02:00 committed by GitHub
parent 1f40f2e573
commit f68e423c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -47,9 +47,9 @@ variable "dataproc_config" {
}))
master_config = optional(object({
num_instances = number
machine_type = string
min_cpu_platform = string
image_uri = string
machine_type = optional(string)
min_cpu_platform = optional(string)
image_uri = optional(string)
disk_config = optional(object({
boot_disk_type = string
boot_disk_size_gb = number