You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-beta/services/workstations/resource_workstations_workstation_cluster.go
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,12 @@ To access workstations in the cluster, configure access to the managed service u
188
188
},
189
189
},
190
190
},
191
+
"control_plane_ip": {
192
+
Type: schema.TypeString,
193
+
Computed: true,
194
+
Description: `The private IP address of the control plane for this workstation cluster.
195
+
Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.`,
196
+
},
191
197
"create_time": {
192
198
Type: schema.TypeString,
193
199
Computed: true,
@@ -415,6 +421,9 @@ func resourceWorkstationsWorkstationClusterRead(d *schema.ResourceData, meta int
Copy file name to clipboardExpand all lines: website/docs/r/workstations_workstation_cluster.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,10 @@ In addition to the arguments listed above, the following computed attributes are
270
270
*`uid` -
271
271
The system-generated UID of the resource.
272
272
273
+
*`control_plane_ip` -
274
+
The private IP address of the control plane for this workstation cluster.
275
+
Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
276
+
273
277
*`degraded` -
274
278
Whether this resource is in degraded mode, in which case it may require user action to restore full functionality.
0 commit comments