sparse-intern-71089
11/28/2023, 3:31 PMdry-potato-52542
11/28/2023, 4:18 PMdry-potato-52542
11/28/2023, 4:19 PMdry-potato-52542
11/28/2023, 4:20 PMdry-potato-52542
11/28/2023, 4:20 PMdry-potato-52542
11/28/2023, 4:20 PMdry-potato-52542
11/28/2023, 4:21 PMdry-potato-52542
11/28/2023, 4:22 PMdry-potato-52542
11/28/2023, 4:25 PMimport * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
// Existing EKS Cluster
const clusterName = "my_existing_cluster";
// Import it to Pulumi
const eksCluster = new aws.eks.Cluster(clusterName, {}, {
import: clusterName,
});
hallowed-soccer-59390
11/28/2023, 5:26 PM