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
Add support for custom Cloud Workstations images via Cloud Build.
Integrate the `cicd_pipelines` module to create Cloud Build triggers for custom images passed to the `cicd_workstations` module to enable custom image builds.
PiperOrigin-RevId: 802049672
error_message="cws_configs is required when create_cloud_workstation_resources is enabled."
188
188
}
189
189
}
190
+
191
+
variable"cws_custom_images" {
192
+
type=map(object({
193
+
scheduler_region =optional(string)
194
+
ci_schedule =optional(string)
195
+
}))
196
+
description="Map of custom images and their Cloud Build trigger details to be used for Cloud Workstations. The key of the map equals the container image name."
0 commit comments