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
cloudbuild: added `private_service_connect` field to `google_cloudbuild_worker_pool` resource
3
+
```
4
+
```release-note:enhancement
5
+
clouddeploy: added `associated_entities` field to `google_clouddeploy_target` resource
6
+
```
7
+
```release-note:enhancement
8
+
clouddeploy: added `serial_pipeline.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.route_destinations` field to `google_clouddeploy_delivery_pipeline` resource
9
+
```
10
+
```release-note:enhancement
11
+
gkehub: added `configmanagement.config_sync.stop_syncing` field to `google_gke_hub_feature_membership` resource
12
+
```
13
+
```release-note:deprecation
14
+
gkehub: deprecated `configmanagement.config_sync.metrics_gcp_service_account_email` in `google_gke_hub_feature_membership` resource
Description: "Required. Immutable. The network attachment that the worker network interface is connected to. Must be in the format `projects/{project}/regions/{region}/networkAttachments/{networkAttachment}`. The region of network attachment must be the same as the worker pool. See [Network Attachments](https://cloud.google.com/vpc/docs/about-network-attachments)",
194
+
},
195
+
196
+
"route_all_traffic": {
197
+
Type: schema.TypeBool,
198
+
Optional: true,
199
+
ForceNew: true,
200
+
Description: "Immutable. Route all traffic through PSC interface. Enable this if you want full control of traffic in the private pool. Configure Cloud NAT for the subnet of network attachment if you need to access public Internet. If false, Only route private IPs, e.g. 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 through PSC interface.",
Description: "Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.",
538
538
},
539
539
540
+
"route_destinations": {
541
+
Type: schema.TypeList,
542
+
Optional: true,
543
+
Description: "Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.",
Description: "Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and \"@self\" to include the Target cluster.",
570
+
Elem: &schema.Schema{Type: schema.TypeString},
571
+
},
572
+
573
+
"propagate_service": {
574
+
Type: schema.TypeBool,
575
+
Optional: true,
576
+
Description: "Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.",
0 commit comments