add missing variable image_uri

For master_config, the variable image_uri is missing
This commit is contained in:
Jose Luis Bermudez 2023-06-21 16:19:48 -06:00 committed by GitHub
parent adc1ff3fca
commit 9c26760773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ variable "dataproc_config" {
num_instances = number
machine_type = string
min_cpu_platform = string
image_uri = string
disk_config = optional(object({
boot_disk_type = string
boot_disk_size_gb = number