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/services/alloydb/resource_alloydb_cluster.go
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -423,6 +423,12 @@ It is specified in the form: "projects/{projectNumber}/global/networks/{network_
423
423
Optional: true,
424
424
Description: `Create an instance that allows connections from Private Service Connect endpoints to the instance.`,
425
425
},
426
+
"service_owned_project_number": {
427
+
Type: schema.TypeInt,
428
+
Computed: true,
429
+
Description: `The project number that needs to be allowlisted on the network attachment to enable outbound connectivity, if the network attachment is configured to ACCEPT_MANUAL connections.
430
+
In case the network attachment is configured to ACCEPT_AUTOMATIC, this project number does not need to be allowlisted explicitly.`,
431
+
},
426
432
},
427
433
},
428
434
},
@@ -1679,12 +1685,31 @@ func flattenAlloydbClusterPscConfig(v interface{}, d *schema.ResourceData, confi
Copy file name to clipboardExpand all lines: website/docs/r/alloydb_cluster.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -523,6 +523,11 @@ Default value: "true"
523
523
(Optional)
524
524
Create an instance that allows connections from Private Service Connect endpoints to the instance.
525
525
526
+
*`service_owned_project_number` -
527
+
(Output)
528
+
The project number that needs to be allowlisted on the network attachment to enable outbound connectivity, if the network attachment is configured to ACCEPT_MANUAL connections.
529
+
In case the network attachment is configured to ACCEPT_AUTOMATIC, this project number does not need to be allowlisted explicitly.
0 commit comments