Merge pull request #1456 from jose-bermudez-digitalfemsa/patch-1

add missing variable image_uri
This commit is contained in:
Julio Castillo 2023-06-28 20:24:43 +02:00 committed by GitHub
commit bb1eaf54f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

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