hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Add support for source_workstation to google_workstations_workstation #19730

Open esu opened 2 months ago

esu commented 2 months ago

Community Note

Description

https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs.workstations#Workstation.FIELDS.source_workstation now supports source_workstation for workstations PD cloning.

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_workstations_workstation" "default" {
  provider               = google-beta
  source_workstation     = "projects/some-project/locations/us-west1/workstationClusters/cluster-lnf9om5v/workstationConfigs/config-lo3bl0ur/workstations/my-workstation"
}

References

No response

b/372033071

SarahFrench commented 1 month ago

Note from triage: confirmed that this field is currently only in the Beta API