Dataproc module. Fix output.

This commit is contained in:
lcaggio
2023-03-02 10:39:08 +01:00
parent a5fd32edcb
commit b7793f69a2

View File

@@ -37,6 +37,6 @@ output "instance_names" {
output "name" {
description = "The name of the cluster."
value = google_dataproc_cluster.cluster.cluster_config.0.bucket
value = google_dataproc_cluster.cluster.name
}