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
Description: `An optional description of the hub.`,
70
70
},
71
+
"export_psc": {
72
+
Type: schema.TypeBool,
73
+
Computed: true,
74
+
Optional: true,
75
+
Description: `Whether Private Service Connect transitivity is enabled for the hub. If true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC spokes attached to the hub. The default value is false.`,
76
+
},
71
77
"labels": {
72
78
Type: schema.TypeMap,
73
79
Optional: true,
@@ -156,6 +162,12 @@ func resourceNetworkConnectivityHubCreate(d *schema.ResourceData, meta interface
description = "A sample hub with Private Service Connect transitivity is enabled"
60
+
export_psc = true
61
+
}
62
+
```
48
63
49
64
## Argument Reference
50
65
@@ -69,6 +84,10 @@ The following arguments are supported:
69
84
(Optional)
70
85
An optional description of the hub.
71
86
87
+
*`export_psc` -
88
+
(Optional)
89
+
Whether Private Service Connect transitivity is enabled for the hub. If true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC spokes attached to the hub. The default value is false.
90
+
72
91
*`project` - (Optional) The ID of the project in which the resource belongs.
73
92
If it is not provided, the provider project is used.
0 commit comments