-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.
Description
Add support for Cloud Workstations https://cloud.google.com/workstations
I didn't see anything in the docs about support for Cloud Workstations nor any issues mentioning it.
New or Affected Resource(s)
-
google_cloud_workstation_cluster -
google_cloud_workstation_configuration -
google_cloud_workstation_workstation
Also accompanying IAM resources
Potential Terraform Configuration
resource "google_cloud_workstation_cluster" "my-cluster" {}
resource "google_cloud_workstation_configuration" "my-configuration" {
cluster_id = google_cloud_workstation_cluster.my-cluster.id
instance_type = "e2-standard-2"
boot_disk_size_gb = 200
boot_disk_type = "balanced"
vpc_subnet = my-network.my-subnet.id
# other advanced config here, like persistent directories, ect..
}
resource "google_cloud_workstation_workstation" "my-workstation" {
configuration_id = google_cloud_workstation_configuration.my-configuration.id
}References
jwijgerd, eyecat, lcarstensen, beatkind, simpsonw and 42 morebschaatsbergen, mccstanmbg and jasonbrown-alis