set bootstrap_servers on create

This commit is contained in:
Christian Groschupp
2020-01-21 17:55:05 +01:00
parent d37856115a
commit 6b4f9cc66a
+1
View File
@@ -85,6 +85,7 @@ func clusterCreate(d *schema.ResourceData, meta interface{}) error {
}
d.SetId(cluster.ID)
d.Set("bootstrap_servers", cluster.Endpoint)
return nil
}