Skip to content

Commit

Permalink
add missing variable image_uri
Browse files Browse the repository at this point in the history
For master_config, the variable image_uri is missing
  • Loading branch information
jose-bermudez-digitalfemsa authored Jun 21, 2023
1 parent adc1ff3 commit 9c26760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dataproc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c26760

Please sign in to comment.