Skip to content

Commit

Permalink
Add field controlPlaneIp to the WorkstationCluster.yaml spec (#10427) (
Browse files Browse the repository at this point in the history
…#17869)

[upstream:2ca57a0d5bebc3587158a297066702a5db11c144]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 16, 2024
1 parent b059250 commit 71399c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/10427.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
workstations: added output-only field `control_plane_ip` to `google_workstations_workstation_cluster` resource (beta)
```
4 changes: 4 additions & 0 deletions website/docs/r/workstations_workstation_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ In addition to the arguments listed above, the following computed attributes are
* `uid` -
The system-generated UID of the resource.

* `control_plane_ip` -
The private IP address of the control plane for this workstation cluster.
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.

* `degraded` -
Whether this resource is in degraded mode, in which case it may require user action to restore full functionality.
Details can be found in the conditions field.
Expand Down

0 comments on commit 71399c7

Please sign in to comment.