mirror of
https://github.com/wahyd4/terraform-provider-confluentcloud.git
synced 2026-08-09 04:25:51 +10:00
set bootstrap_servers on create
This commit is contained in:
@@ -85,6 +85,7 @@ func clusterCreate(d *schema.ResourceData, meta interface{}) error {
|
||||
}
|
||||
|
||||
d.SetId(cluster.ID)
|
||||
d.Set("bootstrap_servers", cluster.Endpoint)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user