We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f32e commit 979e8c9Copy full SHA for 979e8c9
internal/namespaces/k8s/v1/custom_cluster.go
@@ -132,7 +132,7 @@ func clusterCreateBuilder(c *core.Command) *core.Command {
132
} else {
133
pn, err = vpcAPI.GetPrivateNetwork(&vpc.GetPrivateNetworkRequest{
134
Region: request.Region,
135
- PrivateNetworkID: pn.ID,
+ PrivateNetworkID: *request.PrivateNetworkID,
136
}, scw.WithContext(ctx))
137
if err != nil {
138
return nil, err
0 commit comments