Merge pull request #4 from cgroschupp/master

set bootstrap_servers on create
This commit is contained in:
Conor Mongey
2020-01-21 18:13:57 +00:00
committed by GitHub
+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
}