square-night-79134
06/22/2023, 4:00 PMimport (
"<http://github.com/pulumi/pulumi-gcp/sdk/v6/go/gcp/container|github.com/pulumi/pulumi-gcp/sdk/v6/go/gcp/container>"
"<http://github.com/pulumi/pulumi/sdk/v3/go/pulumi|github.com/pulumi/pulumi/sdk/v3/go/pulumi>"
)
existingCluster, err := container.GetCluster(ctx, &container.GetClusterArgs{
Location: pulumi.String("your-existing-cluster-location"),
Name: pulumi.String("your-existing-cluster-name"),
Project: pulumi.String("your-existing-project-id"),
})
if err != nil {
return err
}
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