bumpy-bear-61087
02/29/2024, 9:33 PMrouter, err := compute.NewRouter(ctx,
fmt.Sprintf("gke-%s-network-router", clusterName),
&compute.RouterArgs{
Project: pulumi.String(projId),
Description: pulumi.String("Router for the GKE network subnet"),
Name: pulumi.String(fmt.Sprintf("gke-%s-network-router", clusterName)),
Network: network.ID(),
Region: pulumi.String(region),
},
)
if err != nil {
return err
}
And the error log:
<p>The requested URL <code>/compute/beta/projects/xxx-pulumi-test/regions/region/routers/projects/xxx-pulumi-test/regions/europe-west1/routers/gke-dev-cluster-network-router?alt=json</code> was not found on this server. <ins>That's all we know.</ins>
straight-beach-79533
03/01/2024, 11:48 AMName: pulumi.String(fmt.Sprintf("gke-%s-network-router", clusterName)),
What happens if yod don't override the Name ?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by