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
Copy file name to clipboardExpand all lines: google-beta/services/networksecurity/resource_network_security_mirroring_deployment_group.go
+58
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,13 @@ See https://google.aip.dev/148#timestamps.`,
121
121
Description: `All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.`,
122
122
Elem: &schema.Schema{Type: schema.TypeString},
123
123
},
124
+
"locations": {
125
+
Type: schema.TypeSet,
126
+
Computed: true,
127
+
Description: `The list of locations where the deployment group is present.`,
Copy file name to clipboardExpand all lines: google-beta/services/networksecurity/resource_network_security_mirroring_deployment_group_generated_meta.yaml
0 commit comments