Skip to content

Commit

Permalink
Add support for source_workstation in workstations_workstation resour…
Browse files Browse the repository at this point in the history
…ce. (#12549) (#20731)

[upstream:3141d28edde5caf84cd1fc574408e608c33e03dc]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 17, 2024
1 parent 0a28d50 commit 30f4455
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/12549.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
workstations: add `source_workstation` field to `google_workstations_workstation` resource
```
5 changes: 5 additions & 0 deletions website/docs/r/workstations_workstation.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ The following arguments are supported:
(Optional)
'Client-specified environment variables passed to the workstation container's entrypoint.'

* `source_workstation` -
(Optional)
Full resource name of the source workstation from which the workstation's persistent
directories will be cloned from during creation.

* `project` - (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.

Expand Down

0 comments on commit 30f4455

Please sign in to comment.