put closing brace for cluster config in correct location

This commit is contained in:
Byron Lantzsch 2018-02-01 17:27:20 -08:00
parent 2704faa0af
commit 449b21b7ee

View File

@ -41,7 +41,6 @@ resource "google_dataproc_cluster" "mycluster" {
boot_disk_size_gb = 10
}
}
}
worker_config {
num_instances = 2
@ -76,6 +75,7 @@ resource "google_dataproc_cluster" "mycluster" {
}
}
}
```
## Argument Reference