diff --git a/.github/workflows/eks-cron.yml b/.github/workflows/eks-cron.yml index 595221efd..ceaa3a496 100644 --- a/.github/workflows/eks-cron.yml +++ b/.github/workflows/eks-cron.yml @@ -1,7 +1,6 @@ env: ALT_AWS_ACCESS_KEY_ID: ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} ALT_AWS_SECRET_ACCESS_KEY: ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} - ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GOLANGCI_LINT_VERSION: v1.61.0 @@ -256,12 +255,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -367,12 +360,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -478,12 +465,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -573,12 +554,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin diff --git a/.github/workflows/eks-record.yml b/.github/workflows/eks-record.yml index 10ca3c78b..a38abd669 100644 --- a/.github/workflows/eks-record.yml +++ b/.github/workflows/eks-record.yml @@ -16,7 +16,6 @@ on: env: ALT_AWS_ACCESS_KEY_ID: ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} ALT_AWS_SECRET_ACCESS_KEY: ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} - ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -209,12 +208,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Clear GitHub Actions Ubuntu runner disk space uses: jlumbroso/free-disk-space@v1.3.1 with: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ab307a97c..a3366e6df 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,7 +1,6 @@ env: ALT_AWS_ACCESS_KEY_ID: ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} ALT_AWS_SECRET_ACCESS_KEY: ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} - ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GOLANGCI_LINT_VERSION: v1.61.0 @@ -272,12 +271,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -383,12 +376,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -495,12 +482,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -590,12 +571,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ba590f2a..2bb26476c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ env: ALT_AWS_ACCESS_KEY_ID: ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} ALT_AWS_SECRET_ACCESS_KEY: ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} - ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GOLANGCI_LINT_VERSION: v1.61.0 @@ -264,12 +263,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -375,12 +368,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -487,12 +474,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -582,12 +563,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 170941a84..1d1aea1de 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -7,7 +7,6 @@ on: env: ALT_AWS_ACCESS_KEY_ID: ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} ALT_AWS_SECRET_ACCESS_KEY: ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} - ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} GOLANGCI_LINT_VERSION: v1.61.0 @@ -298,12 +297,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Clear GitHub Actions Ubuntu runner disk space uses: jlumbroso/free-disk-space@v1.3.1 with: @@ -400,12 +393,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -512,12 +499,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -625,12 +606,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin @@ -721,12 +696,6 @@ jobs: role-duration-seconds: 7200 role-session-name: ${{ env.PROVIDER }}@githubActions role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }} - - name: Configure AWS CLI - run: | - aws configure set default.aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set default.aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set aws_access_key_id ${{ secrets.ALT_AWS_ACCESS_KEY_ID }} --profile ${{ secrets.ALT_AWS_PROFILE }} - aws configure set aws_secret_access_key ${{ secrets.ALT_AWS_SECRET_ACCESS_KEY }} --profile ${{ secrets.ALT_AWS_PROFILE }} - name: Link nodejs binary for testing run: | cd ${{ github.workspace }}/bin diff --git a/examples/aws-profile-py/__main__.py b/examples/aws-profile-py/__main__.py index e9059aadc..8db865f1e 100644 --- a/examples/aws-profile-py/__main__.py +++ b/examples/aws-profile-py/__main__.py @@ -5,18 +5,17 @@ project_name = pulumi.get_project() -# For CI testing only: used to set profileName to alternate AWS_PROFILE envvar. -if not os.getenv("ALT_AWS_PROFILE"): - raise Exception("ALT_AWS_PROFILE must be set") +if not os.getenv("AWS_REGION"): + raise Exception("AWS_REGION must be set") # AWS named profile to use. -profile_name = os.getenv("ALT_AWS_PROFILE") +profile_name = "aws-profile-py" # Create an AWS provider instance using the named profile creds # and current region. aws_provider = aws.Provider("aws-provider", profile=profile_name, - region=aws.get_region().name) + region=os.getenv("AWS_REGION")) # Define the AWS provider credential opts to configure the cluster's # kubeconfig auth. @@ -25,6 +24,9 @@ # Create the cluster using the AWS provider and credential opts. cluster = eks.Cluster(project_name, provider_credential_opts=kubeconfig_opts, + coredns_addon_options=eks.CoreDnsAddonOptionsArgs( + enabled=False, # Speed up the test. + ), opts=pulumi.ResourceOptions(provider=aws_provider)) # Export the cluster kubeconfig. diff --git a/examples/aws-profile-py/requirements.txt b/examples/aws-profile-py/requirements.txt index 83e91ee46..ec7f2222b 100644 --- a/examples/aws-profile-py/requirements.txt +++ b/examples/aws-profile-py/requirements.txt @@ -1,3 +1,3 @@ pulumi>=3.0.0,<4.0.0 pulumi-aws>=6.0.0,<7.0.0 -pulumi-eks>=2.0.0,<3.0.0 \ No newline at end of file +pulumi-eks>=3.0.0,<4.0.0 diff --git a/examples/aws-profile/README.md b/examples/aws-profile/README.md index 5bd143a1b..ce23480d7 100755 --- a/examples/aws-profile/README.md +++ b/examples/aws-profile/README.md @@ -1,5 +1,4 @@ # examples/cluster -Creates two EKS clusters in the default VPC with two t3.medium nodes. -- One cluster uses the default configuration. -- One cluster uses a non-default configuration. +Creates an EKS cluster in the default VPC with two t3.medium nodes, using a +non-default AWS profile for credentials. diff --git a/examples/aws-profile/index.ts b/examples/aws-profile/index.ts index 4fb01ff7c..10c39ef63 100644 --- a/examples/aws-profile/index.ts +++ b/examples/aws-profile/index.ts @@ -1,42 +1,59 @@ import * as aws from "@pulumi/aws"; import * as eks from "@pulumi/eks"; +import * as k8s from "@pulumi/kubernetes"; import * as pulumi from "@pulumi/pulumi"; import * as process from "process"; const projectName = pulumi.getProject(); -// For CI testing only: used to set profileName to alternate AWS_PROFILE envvar. -if (!process.env.ALT_AWS_PROFILE) { - throw new Error("ALT_AWS_PROFILE must be set"); -} - if (!process.env.AWS_REGION) { - throw new Error("AWS_REGION must be set"); + throw new Error("AWS_REGION must be set"); } // AWS named profile to use. -const profileName = process.env.ALT_AWS_PROFILE; +const profileName = "aws-profile-node"; // AWS region to use. const region = pulumi.output(process.env.AWS_REGION as aws.types.enums.Region); // Create an AWS provider instance using the named profile creds // and current region. const awsProvider = new aws.Provider("aws-provider", { - profile: profileName, - region: region, + profile: profileName, + region: region, }); // Define the AWS provider credential opts to configure the cluster's // kubeconfig auth. -const kubeconfigOpts: eks.KubeconfigOptions = {profileName: profileName}; +const kubeconfigOpts: eks.KubeconfigOptions = { profileName: profileName }; // Create the cluster using the AWS provider and credential opts. -const cluster = new eks.Cluster(`${projectName}`, { +const cluster = new eks.Cluster( + `${projectName}`, + { providerCredentialOpts: kubeconfigOpts, -}, {provider: awsProvider}); + corednsAddonOptions: { enabled: false }, // Speed up the test. + }, + { provider: awsProvider } +); // Export the cluster kubeconfig. export const kubeconfig = cluster.kubeconfig; // Export the cluster kubeconfig with the AWS_PROFILE set. -export const kubeconfigWithProfile = cluster.getKubeconfig({profileName: profileName}).result; +export const kubeconfigWithProfile = cluster.getKubeconfig({ + profileName: profileName, +}).result; + +const k8sProvider = new k8s.Provider("with-kubeconfig", { + kubeconfig: kubeconfigWithProfile, +}); + +// Deploy something into the cluster so upgrade tests can check for unexpected +// replacements. +new k8s.core.v1.ConfigMap( + "cm", + { + data: { foo: "bar" }, + }, + { provider: k8sProvider } +); diff --git a/examples/examples_nodejs_test.go b/examples/examples_nodejs_test.go index 0911cf613..82610a290 100644 --- a/examples/examples_nodejs_test.go +++ b/examples/examples_nodejs_test.go @@ -300,11 +300,21 @@ func TestAccScopedKubeconfig(t *testing.T) { } func TestAccAwsProfile(t *testing.T) { - unsetAWSProfileEnv(t) + setProfileCredentials(t, "aws-profile-node") test := getJSBaseOptions(t). With(integration.ProgramTestOptions{ Dir: path.Join(getCwd(t), "aws-profile"), + OrderedConfig: []integration.ConfigValue{ + {Key: "pulumi:disable-default-providers[0]", Value: "aws", Path: true}, + }, + RetryFailedSteps: false, + Env: []string{ + "AWS_PROFILE=", // unset + "AWS_SECRET_ACCESS_KEY=", // unset + "AWS_ACCESS_KEY_ID=", // unset + "AWS_SESSION_TOKEN=", // unset + }, ExtraRuntimeValidation: func(t *testing.T, info integration.RuntimeValidationStackInfo) { // The `cluster.kubeconfig` output should fail as it does not have the right AWS_PROFILE set. t.Logf("Ensuring cluster.kubeconfig fails without AWS_PROFILE envvar set") @@ -315,7 +325,6 @@ func TestAccAwsProfile(t *testing.T) { info.Outputs["kubeconfigWithProfile"], ) }, - NoParallel: true, }) programTestWithExtraOptions(t, &test, nil) @@ -331,7 +340,6 @@ func TestAccAwsProfileRole(t *testing.T) { info.Outputs["kubeconfig"], ) }, - NoParallel: true, }) programTestWithExtraOptions(t, &test, nil) } @@ -1122,7 +1130,7 @@ func TestAccScalarTypes(t *testing.T) { assert.Equal(t, oidcProviderUrl1, cluster1["oidcProviderUrl"]) assert.Equal(t, strings.ReplaceAll(oidcProviderUrl1, "https://", ""), cluster1["oidcIssuer"], "expected oidcIssuer to be the same as the oidcProvider url without the https:// prefix") - + // cluster2 runs with fargate, no default node group, no default security groups and no oidc provider require.NotNil(t, info.Outputs["cluster2"]) cluster2 := info.Outputs["cluster2"].(map[string]interface{}) @@ -1130,7 +1138,7 @@ func TestAccScalarTypes(t *testing.T) { eksCluster2 := cluster2["eksCluster"].(map[string]interface{}) require.NotNil(t, eksCluster2["vpcConfig"]) vpcConfig := eksCluster2["vpcConfig"].(map[string]interface{}) - + // AWS EKS always creates a security group for the cluster eksSecurityGroupId := vpcConfig["clusterSecurityGroupId"] require.NotEmpty(t, eksSecurityGroupId) @@ -1150,10 +1158,10 @@ func TestAccScalarTypes(t *testing.T) { require.NotNil(t, cluster2["core"]) coreData2 := cluster2["core"].(map[string]interface{}) - + // verify that the provider creates no IAM OIDC provider assert.Empty(t, cluster2["oidcProviderArn"]) - assert.Nil(t, coreData2["oidcProvider"]) + assert.Nil(t, coreData2["oidcProvider"]) // every EKS cluster has an OIDC provider URL, even if no OIDC provider is created oidcProviderUrl2 := cluster2["oidcProviderUrl"].(string) diff --git a/examples/examples_py_test.go b/examples/examples_py_test.go index 065e1c355..353978d92 100644 --- a/examples/examples_py_test.go +++ b/examples/examples_py_test.go @@ -28,12 +28,21 @@ import ( ) func TestAccAwsProfilePy(t *testing.T) { - unsetAWSProfileEnv(t) + setProfileCredentials(t, "aws-profile-py") test := getPythonBaseOptions(t). With(integration.ProgramTestOptions{ - NoParallel: true, - Dir: filepath.Join(getCwd(t), "aws-profile-py"), + Dir: filepath.Join(getCwd(t), "aws-profile-py"), + OrderedConfig: []integration.ConfigValue{ + {Key: "pulumi:disable-default-providers[0]", Value: "aws", Path: true}, + }, + RetryFailedSteps: false, + Env: []string{ + "AWS_PROFILE=", // unset + "AWS_SECRET_ACCESS_KEY=", // unset + "AWS_ACCESS_KEY_ID=", // unset + "AWS_SESSION_TOKEN=", // unset + }, ExtraRuntimeValidation: func(t *testing.T, info integration.RuntimeValidationStackInfo) { // The `cluster.kubeconfig` output should fail as it does not have the right AWS_PROFILE set. t.Logf("Ensuring cluster.kubeconfig fails without AWS_PROFILE envvar set") diff --git a/examples/examples_test.go b/examples/examples_test.go index 4ca182237..9b421e866 100644 --- a/examples/examples_test.go +++ b/examples/examples_test.go @@ -19,6 +19,7 @@ import ( "errors" "fmt" "os" + "os/exec" "path/filepath" "runtime" "testing" @@ -50,10 +51,7 @@ func getCwd(t *testing.T) string { } func getBaseOptions(t *testing.T) integration.ProgramTestOptions { - pathEnv, err := providerPluginPathEnv() - if err != nil { - t.Fatalf("failed to build provider plugin PATH: %v", err) - } + pathEnv := providerPluginPathEnv(t) return integration.ProgramTestOptions{ Env: []string{pathEnv}, ExpectRefreshChanges: true, @@ -61,42 +59,22 @@ func getBaseOptions(t *testing.T) integration.ProgramTestOptions { } } -func providerPluginPathEnv() (string, error) { - // providerDir := filepath.Join("..", "bin") - // absProviderDir, err := filepath.Abs(providerDir) - // if err != nil { - // return "", err - // } +func providerPluginPathEnv(t *testing.T) string { + t.Helper() // Local build of eks plugin. pluginDir := filepath.Join("..", "provider", "cmd", "pulumi-resource-eks", "bin") absPluginDir, err := filepath.Abs(pluginDir) if err != nil { - return "", err + t.Fatalf("failed to build provider plugin PATH: %v", err) + return "" } pathSeparator := ":" if runtime.GOOS == "windows" { pathSeparator = ";" } - return "PATH=" + os.Getenv("PATH") + pathSeparator + absPluginDir, nil - // return "PATH=" + os.Getenv("PATH") + pathSeparator + absPluginDir + pathSeparator + absTestPluginDir + pathSeparator + absProviderDir, nil -} - -var envToUnset = [...]string{"AWS_SECRET_ACCESS_KEY", "AWS_ACCESS_KEY_ID", "AWS_SESSION_TOKEN"} - -// unsetAWSProfileEnv unsets the AWS_PROFILE and associated environment variables. -// EKS token retrieval using the AWS_PROFILE seems to prefer the -// the following variables over AWS_PROFILE so you end up with -// authentication failures in the tests. So drop these environment -// variables if set and reapply them after the test. -func unsetAWSProfileEnv(t *testing.T) { - t.Helper() - - for _, envVar := range envToUnset { - t.Setenv(envVar, "") - assert.NoError(t, os.Unsetenv(envVar)) // Explicitly unset the environment variable, as well. - } + return "PATH=" + os.Getenv("PATH") + pathSeparator + absPluginDir } type programTestExtraOptions struct { @@ -176,6 +154,27 @@ func loadAwsDefaultConfig(t *testing.T) aws.Config { return cfg } +// setProfileCredentials ensures a profile exists with the given name. It does not override any ambient credentials. +func setProfileCredentials(t *testing.T, profile string) { + t.Helper() + + keyID := os.Getenv("ALT_AWS_ACCESS_KEY_ID") + if keyID == "" { + t.Skip("ALT_AWS_ACCESS_KEY_ID is unset") + } + + secret := os.Getenv("ALT_AWS_SECRET_ACCESS_KEY") + if secret == "" { + t.Skip("ALT_AWS_SECRET_ACCESS_KEY is unset") + } + + out, err := exec.Command("aws", "configure", "set", "aws_access_key_id", keyID, "--profile", profile).CombinedOutput() + require.NoError(t, err, string(out)) + + out, err = exec.Command("aws", "configure", "set", "aws_secret_access_key", secret, "--profile", profile).CombinedOutput() + require.NoError(t, err, string(out)) +} + func createEksClient(t *testing.T) *eks.Client { client := eks.NewFromConfig(loadAwsDefaultConfig(t)) require.NotNil(t, client, "failed to create EKS client") diff --git a/nodejs/eks/cluster.ts b/nodejs/eks/cluster.ts index a58d9825d..1ca137636 100644 --- a/nodejs/eks/cluster.ts +++ b/nodejs/eks/cluster.ts @@ -219,7 +219,10 @@ export function generateKubeconfig( } if (includeProfile && opts?.profileName) { - env.push({ name: "AWS_PROFILE", value: opts.profileName }); + // Use --profile instead of AWS_PROFILE because the latter can be + // overridden by ambient credentials: + // https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#id1 + args = [...args, "--profile", opts.profileName]; } return pulumi.all([args, env]).apply(([tokenArgs, envvars]) => { diff --git a/provider/provider_test.go b/provider/provider_test.go index 002fd8736..df8296e32 100644 --- a/provider/provider_test.go +++ b/provider/provider_test.go @@ -3,6 +3,7 @@ package provider import ( "encoding/json" "os" + "os/exec" "path/filepath" "testing" @@ -31,7 +32,10 @@ func TestExamplesUpgrades(t *testing.T) { }) t.Run("aws-profile", func(t *testing.T) { - t.Skip("Fails with 'ALT_AWS_PROFILE must be set'") + if os.Getenv("ALT_AWS_ACCESS_KEY_ID") == "" || os.Getenv("ALT_AWS_SECRET_ACCESS_KEY") == "" { + t.Skip("ALT_AWS_ACCESS_KEY_ID and ALT_AWS_SECRET_ACCESS_KEY must be set") + } + setProfileCredentials(t, "aws-profile-node") testProviderUpgrade(t, "aws-profile") }) @@ -345,3 +349,28 @@ func getEnvRegion(t *testing.T) string { return envRegion } + +// setProfileCredentials ensures a profile exists with the given name. It does not override any ambient credentials. +func setProfileCredentials(t *testing.T, profile string) { + t.Helper() + + keyID := os.Getenv("ALT_AWS_ACCESS_KEY_ID") + if keyID == "" { + t.Skip("ALT_AWS_ACCESS_KEY_ID is unset") + } + + secret := os.Getenv("ALT_AWS_SECRET_ACCESS_KEY") + if secret == "" { + t.Skip("ALT_AWS_SECRET_ACCESS_KEY is unset") + } + + out, err := exec.Command( + "aws", "configure", "set", "aws_access_key_id", keyID, "--profile", profile, + ).CombinedOutput() + require.NoError(t, err, string(out)) + + out, err = exec.Command( + "aws", "configure", "set", "aws_secret_access_key", secret, "--profile", profile, + ).CombinedOutput() + require.NoError(t, err, string(out)) +} diff --git a/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/grpc.json b/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/grpc.json new file mode 100644 index 000000000..30efe0dfc --- /dev/null +++ b/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/grpc.json @@ -0,0 +1,202 @@ +{"method":"/pulumirpc.LanguageRuntime/GetPluginInfo","request":{},"response":{"version":"3.130.0-dev.0"}} +{"method":"/pulumirpc.LanguageRuntime/GetRequiredPlugins","request":{"project":"deprecated","pwd":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","program":".","info":{"rootDirectory":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","programDirectory":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","entryPoint":".","options":{}}},"response":{"plugins":[{"name":"aws","kind":"resource","version":"v6.59.0"},{"name":"eks","kind":"resource","version":"v3.0.0-alpha.0+dev"},{"name":"kubernetes","kind":"resource","version":"v4.18.3"}]}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"invokeTransforms"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"outputValues"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"deletedWith"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"aliasSpecs"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"resourceReferences"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"transforms"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"secrets"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"parameterization"},"response":{}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"pulumi:pulumi:Stack","name":"example-aws-profile-test","object":{},"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile/node_modules/@pulumi/runtime/stack.ts","line":38,"column":23},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","object":{}}} +{"method":"/pulumirpc.ResourceProvider/GetPluginInfo","request":{},"response":{"version":"6.59.0"}} +{"method":"/pulumirpc.ResourceProvider/CheckConfig","request":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider","olds":{},"news":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true","version":"6.59.0"}},"response":{"inputs":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true","version":"6.59.0"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"pulumi:providers:aws","name":"aws-provider","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","custom":true,"object":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true"},"propertyDependencies":{"profile":{},"region":{},"skipCredentialsValidation":{},"skipRegionValidation":{}},"version":"6.59.0","acceptSecrets":true,"additionalSecretOutputs":["accessKey","secretKey","token"],"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile/node_modules/@pulumi/provider.ts","line":147,"column":9},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider","id":"b2ec118f-93ac-4691-937d-fad1238a2805","object":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true","version":"6.59.0"}}} +{"method":"/pulumirpc.ResourceProvider/Configure","request":{"variables":{"aws:config:profile":"aws-profile-node","aws:config:region":"us-west-2","aws:config:skipCredentialsValidation":"false","aws:config:skipRegionValidation":"true"},"args":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true","version":"6.59.0"},"acceptSecrets":true,"acceptResources":true,"sendsOldInputs":true,"sendsOldInputsToDelete":true},"response":{"supportsPreview":true}} +{"method":"/pulumirpc.ResourceProvider/GetPluginInfo","request":{},"response":{"version":"3.0.0"}} +{"method":"/pulumirpc.ResourceProvider/CheckConfig","request":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:eks::default_3_0_0_alpha_0_dev","olds":{},"news":{"version":"3.0.0-alpha.0+dev"}}} +{"method":"/pulumirpc.ResourceProvider/Configure","request":{"args":{"version":"3.0.0-alpha.0+dev"},"acceptSecrets":true,"acceptResources":true,"sendsOldInputs":true,"sendsOldInputsToDelete":true},"response":{"acceptSecrets":true,"acceptResources":true,"acceptOutputs":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"secrets"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"resourceReferences"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"outputValues"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"deletedWith"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"aliasSpecs"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"transforms"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider"},"acceptResources":true},"response":{"return":{"id":"b2ec118f-93ac-4691-937d-fad1238a2805","state":{"profile":"aws-profile-node","region":"us-west-2","skipCredentialsValidation":"false","skipRegionValidation":"true","version":"6.59.0"},"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"eks:index:Cluster","name":"example-aws-profile","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","object":{},"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"providers":{"aws":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805"},"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cmd/provider/cluster.js","line":21,"column":29},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","object":{}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:index/getPartition:getPartition","args":{}},"response":{"return":{"dnsSuffix":"amazonaws.com","id":"aws","partition":"aws","reverseDnsPrefix":"com.amazonaws"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:index/getPartition:getPartition","args":{},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"dnsSuffix":"amazonaws.com","id":"aws","partition":"aws","reverseDnsPrefix":"com.amazonaws"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"eks:index:ServiceRole","name":"example-aws-profile-instanceRole","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","object":{},"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":486,"column":30},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","object":{}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"eks:index:ServiceRole","name":"example-aws-profile-eksRole","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","object":{},"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":273,"column":19},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole","object":{}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","olds":{},"news":{"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}]}"},"randomSeed":"q6vjcboG+SbUgQniY6k38AS8tgdDDKot88RD5nmrBss="},"response":{"inputs":{"__defaults":["forceDetachPolicies","maxSessionDuration","name","path"],"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}]}","forceDetachPolicies":false,"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","path":"/"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","olds":{},"news":{"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}]}","description":"Allows EKS to manage clusters on your behalf."},"randomSeed":"a6lTY0akG5CXx90v2ZboeeTmrw3JPnq/XPDVKfwsYRM="},"response":{"inputs":{"__defaults":["forceDetachPolicies","maxSessionDuration","name","path"],"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}]}","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","path":"/"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getVpc:getVpc","args":{"default":true}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:vpc/vpc-043be661de8760bec","cidrBlock":"172.31.0.0/16","cidrBlockAssociations":[{"associationId":"vpc-cidr-assoc-07f89912fdc3a2347","cidrBlock":"172.31.0.0/16","state":"associated"}],"default":true,"dhcpOptionsId":"dopt-ab822dd3","enableDnsHostnames":true,"enableDnsSupport":true,"enableNetworkAddressUsageMetrics":false,"id":"vpc-043be661de8760bec","instanceTenancy":"default","ipv6AssociationId":"","ipv6CidrBlock":"","mainRouteTableId":"rtb-00225dade32a8ee71","ownerId":"894850187425","tags":{"Name":"Default VPC"}}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getVpc:getVpc","args":{"default":true},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:vpc/vpc-043be661de8760bec","cidrBlock":"172.31.0.0/16","cidrBlockAssociations":[{"associationId":"vpc-cidr-assoc-07f89912fdc3a2347","cidrBlock":"172.31.0.0/16","state":"associated"}],"default":true,"dhcpOptionsId":"dopt-ab822dd3","enableDnsHostnames":true,"enableDnsSupport":true,"enableNetworkAddressUsageMetrics":false,"id":"vpc-043be661de8760bec","instanceTenancy":"default","ipv6AssociationId":"","ipv6CidrBlock":"","mainRouteTableId":"rtb-00225dade32a8ee71","ownerId":"894850187425","tags":{"Name":"Default VPC"}}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","olds":{},"news":{"description":"Managed by Pulumi","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"randomSeed":"oaISQ0vtDYZAam1bXZpGpIlyf8C8hCdojMrIY96Tf5M="},"response":{"inputs":{"__defaults":["name"],"description":"Managed by Pulumi","name":"example-aws-profile-eksClusterSecurityGroup-98fced2","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getSubnets:getSubnets","args":{"filters":[{"name":"vpc-id","values":["vpc-043be661de8760bec"]}]}},"response":{"return":{"filters":[{"name":"vpc-id","values":["vpc-043be661de8760bec"]}],"id":"us-west-2","ids":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getSubnets:getSubnets","args":{"filters":[{"name":"vpc-id","values":["vpc-043be661de8760bec"]}]},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"filters":[{"name":"vpc-id","values":["vpc-043be661de8760bec"]}],"id":"us-west-2","ids":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","properties":{"__defaults":["forceDetachPolicies","maxSessionDuration","name","path"],"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}]}","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","path":"/"}},"response":{"id":"example-aws-profile-eksRole-role-eeb7a2e","properties":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"id":"example-aws-profile-eksRole-role-eeb7a2e","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQWNQZV5QOO"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","properties":{"__defaults":["forceDetachPolicies","maxSessionDuration","name","path"],"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}]}","forceDetachPolicies":false,"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","path":"/"}},"response":{"id":"example-aws-profile-instanceRole-role-9001a81","properties":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/role:Role","name":"example-aws-profile-eksRole-role","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole","custom":true,"object":{"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}]}","description":"Allows EKS to manage clusters on your behalf."},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"assumeRolePolicy":{},"description":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":53,"column":22},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","id":"example-aws-profile-eksRole-role-eeb7a2e","object":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"id":"example-aws-profile-eksRole-role-eeb7a2e","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQWNQZV5QOO"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/role:Role","name":"example-aws-profile-instanceRole-role","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","custom":true,"object":{"assumeRolePolicy":"{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}]}"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"assumeRolePolicy":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":53,"column":22},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","id":"example-aws-profile-instanceRole-role-9001a81","object":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","olds":{},"news":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":"example-aws-profile-eksRole-role-eeb7a2e"},"randomSeed":"qt7b6RaR77pU1fJQmnaGbQzSOOlHpJqWdBAE8ua1xEw="},"response":{"inputs":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":"example-aws-profile-eksRole-role-eeb7a2e"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","olds":{},"news":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":"example-aws-profile-instanceRole-role-9001a81"},"randomSeed":"f1RZBZA+P+w8Q+PcNXdxudfKcYE+Wq5V1XWJbVigkTk="},"response":{"inputs":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","olds":{},"news":{"policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":"example-aws-profile-instanceRole-role-9001a81"},"randomSeed":"lnHa9QDhfI0C3Jl92GTuRxo99x1XkhTkSNQZbsVPq0Y="},"response":{"inputs":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","olds":{},"news":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":"example-aws-profile-instanceRole-role-9001a81"},"randomSeed":"ZWewUeXaK+G2SxoSiCGsv+RLGBfTMEqCSH8iDbnWzNo="},"response":{"inputs":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","properties":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":"example-aws-profile-eksRole-role-eeb7a2e"}},"response":{"id":"example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001","properties":{"id":"example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001","policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":"example-aws-profile-eksRole-role-eeb7a2e"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","properties":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":"example-aws-profile-instanceRole-role-9001a81"}},"response":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002","properties":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002","policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","name":"example-aws-profile-eksRole-4b490823","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole","custom":true,"object":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"policyArn":{},"role":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":60,"column":40},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","id":"example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001","object":{"id":"example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001","policyArn":"arn:aws:iam::aws:policy/AmazonEKSClusterPolicy","role":"example-aws-profile-eksRole-role-eeb7a2e"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","name":"example-aws-profile-instanceRole-03516f97","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","custom":true,"object":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"policyArn":{},"role":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":60,"column":40},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","id":"example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002","object":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002","policyArn":"arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResourceOutputs","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole","outputs":{"role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"}}},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","properties":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":"example-aws-profile-instanceRole-role-9001a81"}},"response":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003","properties":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003","policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","name":"example-aws-profile-instanceRole-3eb088f2","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","custom":true,"object":{"policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"policyArn":{},"role":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":60,"column":40},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","id":"example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003","object":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003","policyArn":"arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","properties":{"__defaults":[],"policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":"example-aws-profile-instanceRole-role-9001a81"}},"response":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004","properties":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004","policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","name":"example-aws-profile-instanceRole-e1b295bd","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","custom":true,"object":{"policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"policyArn":{},"role":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/servicerole.js","line":60,"column":40},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","id":"example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004","object":{"id":"example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004","policyArn":"arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResourceOutputs","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole","outputs":{"role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}}},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile","olds":{},"news":{"role":"example-aws-profile-instanceRole-role-9001a81"},"randomSeed":"a+2CR3t/gt7LvAIE5KoqpkSZIOCa5eAbiKPI2iUJGw8="},"response":{"inputs":{"__defaults":["name","path"],"name":"example-aws-profile-instanceProfile-163af41","path":"/","role":"example-aws-profile-instanceRole-role-9001a81"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile","properties":{"__defaults":["name","path"],"name":"example-aws-profile-instanceProfile-163af41","path":"/","role":"example-aws-profile-instanceRole-role-9001a81"}},"response":{"id":"example-aws-profile-instanceProfile-163af41","properties":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","createDate":"2024-11-13T18:04:59Z","id":"example-aws-profile-instanceProfile-163af41","name":"example-aws-profile-instanceProfile-163af41","namePrefix":"","path":"/","role":"example-aws-profile-instanceRole-role-9001a81","uniqueId":"AIPA5AWJ2ICQ42CCSAVSV"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:iam/instanceProfile:InstanceProfile","name":"example-aws-profile-instanceProfile","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"role":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"role":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":48,"column":27},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile","id":"example-aws-profile-instanceProfile-163af41","object":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","createDate":"2024-11-13T18:04:59Z","id":"example-aws-profile-instanceProfile-163af41","name":"example-aws-profile-instanceProfile-163af41","namePrefix":"","path":"/","role":"example-aws-profile-instanceRole-role-9001a81","uniqueId":"AIPA5AWJ2ICQ42CCSAVSV"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","properties":{"__defaults":["name"],"description":"Managed by Pulumi","name":"example-aws-profile-eksClusterSecurityGroup-98fced2","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"}},"response":{"id":"sg-011af0979ba81d69d","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroup:SecurityGroup","name":"example-aws-profile-eksClusterSecurityGroup","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Managed by Pulumi","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"revokeRulesOnDelete":{},"tags":{},"vpcId":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":291,"column":35},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","id":"sg-011af0979ba81d69d","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","olds":{},"news":{"roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","tags":{"Name":"example-aws-profile-eksCluster"},"vpcConfig":{"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}},"randomSeed":"ORkT9UiRrebynFNO87r4sstWeSzBCB3JvK9YxfSbDEY="},"response":{"inputs":{"__defaults":["bootstrapSelfManagedAddons","name"],"bootstrapSelfManagedAddons":true,"name":"example-aws-profile-eksCluster-abeb565","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"vpcConfig":{"__defaults":["endpointPrivateAccess","endpointPublicAccess"],"endpointPrivateAccess":false,"endpointPublicAccess":true,"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterInternetEgressRule","olds":{},"news":{"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","toPort":0,"type":"egress"},"randomSeed":"sx2X0rw+nezg7bJzR8fVjMVoo1lSKVpd1dsKbrR9qPk="},"response":{"inputs":{"__defaults":[],"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterInternetEgressRule","properties":{"__defaults":[],"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","toPort":0,"type":"egress"}},"response":{"id":"sgrule-601043323","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"id":"sgrule-601043323","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0e5a5ba63826ac318","self":false,"sourceSecurityGroupId":null,"toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksClusterInternetEgressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","toPort":0,"type":"egress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"cidrBlocks":{},"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":296,"column":46},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterInternetEgressRule","id":"sgrule-601043323","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"id":"sgrule-601043323","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0e5a5ba63826ac318","self":false,"sourceSecurityGroupId":null,"toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","properties":{"__defaults":["bootstrapSelfManagedAddons","name"],"bootstrapSelfManagedAddons":true,"name":"example-aws-profile-eksCluster-abeb565","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"vpcConfig":{"__defaults":["endpointPrivateAccess","endpointPublicAccess"],"endpointPrivateAccess":false,"endpointPublicAccess":true,"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}}},"response":{"id":"example-aws-profile-eksCluster-abeb565","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:eks/cluster:Cluster","name":"example-aws-profile-eksCluster","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","tags":{"Name":"example-aws-profile-eksCluster"},"vpcConfig":{"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"roleArn":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823"]},"tags":{},"vpcConfig":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]}},"version":"6.45.0","ignoreChanges":["accessConfig.bootstrapClusterCreatorAdminPermissions"],"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":329,"column":24},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","id":"example-aws-profile-eksCluster-abeb565","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","olds":{},"news":{"description":"Managed by Pulumi","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"randomSeed":"3aVmVWY/h0QwTBpA00kn+KYM/EDZxgO/HzEeO3yhjgw="},"response":{"inputs":{"__defaults":["name"],"description":"Managed by Pulumi","name":"example-aws-profile-nodeSecurityGroup-950d86a","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:eks/getAddonVersion:getAddonVersion","args":{"addonName":"kube-proxy","kubernetesVersion":"1.31","mostRecent":true}},"response":{"return":{"addonName":"kube-proxy","id":"kube-proxy","kubernetesVersion":"1.31","mostRecent":true,"version":"v1.31.1-eksbuild.2"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:eks/getAddonVersion:getAddonVersion","args":{"addonName":"kube-proxy","kubernetesVersion":"1.31","mostRecent":true},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"addonName":"kube-proxy","id":"kube-proxy","kubernetesVersion":"1.31","mostRecent":true,"version":"v1.31.1-eksbuild.2"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ssm/getParameter:getParameter","args":{"name":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id"}},"response":{"return":{"arn":"arn:aws:ssm:us-west-2::parameter/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","id":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","insecureValue":"ami-0dd6eefa85f584e9f","name":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","type":"String","value":"ami-0dd6eefa85f584e9f","version":8,"withDecryption":true}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ssm/getParameter:getParameter","args":{"name":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ssm:us-west-2::parameter/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","id":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","insecureValue":"ami-0dd6eefa85f584e9f","name":"/aws/service/eks/optimized-ami/1.31/amazon-linux-2023/x86_64/standard/recommended/image_id","type":"String","value":"ami-0dd6eefa85f584e9f","version":8,"withDecryption":true}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:eks/getAddonVersion:getAddonVersion","args":{"addonName":"vpc-cni","kubernetesVersion":"1.31","mostRecent":true}},"response":{"return":{"addonName":"vpc-cni","id":"vpc-cni","kubernetesVersion":"1.31","mostRecent":true,"version":"v1.18.6-eksbuild.1"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:eks/getAddonVersion:getAddonVersion","args":{"addonName":"vpc-cni","kubernetesVersion":"1.31","mostRecent":true},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"addonName":"vpc-cni","id":"vpc-cni","kubernetesVersion":"1.31","mostRecent":true,"version":"v1.18.6-eksbuild.1"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-03711d3b9b21b3a8e"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-03711d3b9b21b3a8e"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getAmi:getAmi","args":{"filters":[{"name":"image-id","values":["ami-0dd6eefa85f584e9f"]}],"owners":["self","amazon"]}},"response":{"return":{"architecture":"x86_64","arn":"arn:aws:ec2:us-west-2::image/ami-0dd6eefa85f584e9f","blockDeviceMappings":[{"deviceName":"/dev/xvda","ebs":{"delete_on_termination":"true","encrypted":"false","iops":"3000","snapshot_id":"snap-07a29ba94f65ccd39","throughput":"125","volume_size":"20","volume_type":"gp3"},"noDevice":"","virtualName":""}],"bootMode":"uefi-preferred","creationDate":"2024-11-10T03:48:35.000Z","deprecationTime":"2026-11-10T03:48:35.000Z","description":"EKS-optimized Kubernetes node based on Amazon Linux 2023, (k8s: 1.31.0, containerd: 1.7.*)","enaSupport":true,"filters":[{"name":"image-id","values":["ami-0dd6eefa85f584e9f"]}],"hypervisor":"xen","id":"ami-0dd6eefa85f584e9f","imageId":"ami-0dd6eefa85f584e9f","imageLocation":"amazon/amazon-eks-node-al2023-x86_64-standard-1.31-v20241109","imageOwnerAlias":"amazon","imageType":"machine","imdsSupport":"v2.0","includeDeprecated":false,"kernelId":"","mostRecent":false,"name":"amazon-eks-node-al2023-x86_64-standard-1.31-v20241109","ownerId":"602401143452","owners":["self","amazon"],"platform":"","platformDetails":"Linux/UNIX","productCodes":[],"public":true,"ramdiskId":"","rootDeviceName":"/dev/xvda","rootDeviceType":"ebs","rootSnapshotId":"snap-07a29ba94f65ccd39","sriovNetSupport":"simple","state":"available","stateReason":{"code":"UNSET","message":"UNSET"},"tags":{},"tpmSupport":"","usageOperation":"RunInstances","virtualizationType":"hvm"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getAmi:getAmi","args":{"filters":[{"name":"image-id","values":["ami-0dd6eefa85f584e9f"]}],"owners":["self","amazon"]},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"architecture":"x86_64","arn":"arn:aws:ec2:us-west-2::image/ami-0dd6eefa85f584e9f","blockDeviceMappings":[{"deviceName":"/dev/xvda","ebs":{"delete_on_termination":"true","encrypted":"false","iops":"3000","snapshot_id":"snap-07a29ba94f65ccd39","throughput":"125","volume_size":"20","volume_type":"gp3"},"noDevice":"","virtualName":""}],"bootMode":"uefi-preferred","creationDate":"2024-11-10T03:48:35.000Z","deprecationTime":"2026-11-10T03:48:35.000Z","description":"EKS-optimized Kubernetes node based on Amazon Linux 2023, (k8s: 1.31.0, containerd: 1.7.*)","enaSupport":true,"filters":[{"name":"image-id","values":["ami-0dd6eefa85f584e9f"]}],"hypervisor":"xen","id":"ami-0dd6eefa85f584e9f","imageId":"ami-0dd6eefa85f584e9f","imageLocation":"amazon/amazon-eks-node-al2023-x86_64-standard-1.31-v20241109","imageOwnerAlias":"amazon","imageType":"machine","imdsSupport":"v2.0","includeDeprecated":false,"kernelId":"","mostRecent":false,"name":"amazon-eks-node-al2023-x86_64-standard-1.31-v20241109","ownerId":"602401143452","owners":["self","amazon"],"platform":"","platformDetails":"Linux/UNIX","productCodes":[],"public":true,"ramdiskId":"","rootDeviceName":"/dev/xvda","rootDeviceType":"ebs","rootSnapshotId":"snap-07a29ba94f65ccd39","sriovNetSupport":"simple","state":"available","stateReason":{"code":"UNSET","message":"UNSET"},"tags":{},"tpmSupport":"","usageOperation":"RunInstances","virtualizationType":"hvm"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-03711d3b9b21b3a8e"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-03711d3b9b21b3a8e","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2a","availabilityZoneId":"usw2-az2","availableIpAddressCount":4086,"cidrBlock":"172.31.32.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-03711d3b9b21b3a8e","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2a"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-03711d3b9b21b3a8e"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-03711d3b9b21b3a8e","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2a","availabilityZoneId":"usw2-az2","availableIpAddressCount":4086,"cidrBlock":"172.31.32.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-03711d3b9b21b3a8e","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2a"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"}},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-06e8296c053e2b952"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-06e8296c053e2b952"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-06e8296c053e2b952"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-06e8296c053e2b952","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2b","availabilityZoneId":"usw2-az1","availableIpAddressCount":4082,"cidrBlock":"172.31.16.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-06e8296c053e2b952","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2b"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-06e8296c053e2b952"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-06e8296c053e2b952","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2b","availabilityZoneId":"usw2-az1","availableIpAddressCount":4082,"cidrBlock":"172.31.16.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-06e8296c053e2b952","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2b"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"}},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-0fc2dc8f8ba906919"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-0fc2dc8f8ba906919"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-0fc2dc8f8ba906919"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-0fc2dc8f8ba906919","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2d","availabilityZoneId":"usw2-az4","availableIpAddressCount":4079,"cidrBlock":"172.31.48.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-0fc2dc8f8ba906919","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-0fc2dc8f8ba906919"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-0fc2dc8f8ba906919","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2d","availabilityZoneId":"usw2-az4","availableIpAddressCount":4079,"cidrBlock":"172.31.48.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-0fc2dc8f8ba906919","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","properties":{"__defaults":["name"],"description":"Managed by Pulumi","name":"example-aws-profile-nodeSecurityGroup-950d86a","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"}},"response":{"id":"sg-09d4f882558c1fe8f","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroup:SecurityGroup","name":"example-aws-profile-nodeSecurityGroup","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Managed by Pulumi","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"revokeRulesOnDelete":{},"tags":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"vpcId":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":59,"column":31},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","id":"sg-09d4f882558c1fe8f","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"}},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-037f366816336db85"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"subnetId":"subnet-037f366816336db85"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-037f366816336db85"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-037f366816336db85","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2c","availabilityZoneId":"usw2-az3","availableIpAddressCount":4082,"cidrBlock":"172.31.0.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-037f366816336db85","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2c"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getSubnet:getSubnet","args":{"id":"subnet-037f366816336db85"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:subnet/subnet-037f366816336db85","assignIpv6AddressOnCreation":false,"availabilityZone":"us-west-2c","availabilityZoneId":"usw2-az3","availableIpAddressCount":4082,"cidrBlock":"172.31.0.0/20","customerOwnedIpv4Pool":"","defaultForAz":true,"enableDns64":false,"enableLniAtDeviceIndex":0,"enableResourceNameDnsARecordOnLaunch":false,"enableResourceNameDnsAaaaRecordOnLaunch":false,"id":"subnet-037f366816336db85","ipv6CidrBlock":"","ipv6CidrBlockAssociationId":"","ipv6Native":false,"mapCustomerOwnedIpOnLaunch":false,"mapPublicIpOnLaunch":true,"outpostArn":"","ownerId":"894850187425","privateDnsHostnameTypeOnLaunch":"ip-name","state":"available","tags":{"Name":"Default subnet for us-west-2c"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/GetPluginInfo","request":{},"response":{"version":"v4.15.0"}} +{"method":"/pulumirpc.ResourceProvider/CheckConfig","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s","olds":{},"news":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"}},"response":{"inputs":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/addon:Addon::example-aws-profile-kube-proxy","olds":{},"news":{"addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","clusterName":"example-aws-profile-eksCluster-abeb565","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"randomSeed":"kKjmEd7uBM1vMXM7hgFz2dNNSz+dS4Ciy1fp5h4jzug="},"response":{"inputs":{"__defaults":[],"addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","clusterName":"example-aws-profile-eksCluster-abeb565","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeClusterIngressRule","olds":{},"news":{"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"},"randomSeed":"H0lFgEEC7fm/gBhB2ZidH5aOB7iCCGxYdwuQk1XFTe0="},"response":{"inputs":{"__defaults":[],"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksExtApiServerClusterIngressRule","olds":{},"news":{"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"},"randomSeed":"ix2hBoLi5PSokqjJEPfr/qMYLqq9Ll80niGCRwUADqM="},"response":{"inputs":{"__defaults":[],"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeInternetEgressRule","olds":{},"news":{"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","toPort":0,"type":"egress"},"randomSeed":"/IY42MfWGguAuLHV6OgLavu4B2FbOD4fCRHgGSbhKug="},"response":{"inputs":{"__defaults":[],"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeIngressRule","olds":{},"news":{"description":"Allow nodes to communicate with each other","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","self":true,"toPort":0,"type":"ingress"},"randomSeed":"nYa3Q0MnGdigX90LeKm41HffMlUr+/FOV2LhGxZzxmg="},"response":{"inputs":{"__defaults":[],"description":"Allow nodes to communicate with each other","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","self":true,"toPort":0,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule","olds":{},"news":{"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"randomSeed":"AR09qtiMom7UwvhkdiwP0BtSKJ/s4LX4uDpq4MkW5WM="},"response":{"inputs":{"__defaults":[],"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"pulumi:providers:kubernetes","name":"example-aws-profile-eks-k8s","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"],"propertyDependencies":{"kubeconfig":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}},"version":"4.15.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/node_modules/@pulumi/kubernetes/provider.js","line":50,"column":9},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s","id":"5efe055e-145c-4985-b0f1-72b7eb202186","object":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"}},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTables:getRouteTables","args":{"filters":[{"name":"association.main","values":["true"]}],"vpcId":"vpc-043be661de8760bec"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"filters":[{"name":"association.main","values":["true"]}],"id":"us-west-2","ids":["rtb-00225dade32a8ee71"],"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"}},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"aws:ec2/getRouteTable:getRouteTable","args":{"routeTableId":"rtb-00225dade32a8ee71"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","version":"6.45.0","acceptResources":true},"response":{"return":{"arn":"arn:aws:ec2:us-west-2:894850187425:route-table/rtb-00225dade32a8ee71","associations":[{"gatewayId":"","main":true,"routeTableAssociationId":"rtbassoc-05d57e7deab9a02e1","routeTableId":"rtb-00225dade32a8ee71","subnetId":""}],"id":"rtb-00225dade32a8ee71","ownerId":"894850187425","routeTableId":"rtb-00225dade32a8ee71","routes":[{"carrierGatewayId":"","cidrBlock":"0.0.0.0/0","coreNetworkArn":"","destinationPrefixListId":"","egressOnlyGatewayId":"","gatewayId":"igw-04b0ad7d54e289ced","instanceId":"","ipv6CidrBlock":"","localGatewayId":"","natGatewayId":"","networkInterfaceId":"","transitGatewayId":"","vpcEndpointId":"","vpcPeeringConnectionId":""}],"tags":{"Name":"default","Owner":"pulumi-ci"},"vpcId":"vpc-043be661de8760bec"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule","properties":{"__defaults":[],"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"}},"response":{"id":"sgrule-814145170","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksClusterIngressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"sourceSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":100,"column":35},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule","id":"sgrule-814145170","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeClusterIngressRule","properties":{"__defaults":[],"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"}},"response":{"id":"sgrule-70301125","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"id":"sgrule-70301125","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-08a4e3a1667a29f1c","self":false,"sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksNodeClusterIngressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"sourceSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":73,"column":36},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeClusterIngressRule","id":"sgrule-70301125","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow worker Kubelets and pods to receive communication from the cluster control plane","fromPort":1025,"id":"sgrule-70301125","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-08a4e3a1667a29f1c","self":false,"sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":65535,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksExtApiServerClusterIngressRule","properties":{"__defaults":[],"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"}},"response":{"id":"sgrule-303449590","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"id":"sgrule-303449590","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-09550390aaffceea4","self":false,"sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksExtApiServerClusterIngressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"sourceSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":82,"column":44},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksExtApiServerClusterIngressRule","id":"sgrule-303449590","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods running extension API servers on port 443 to receive communication from cluster control plane","fromPort":443,"id":"sgrule-303449590","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-09550390aaffceea4","self":false,"sourceSecurityGroupId":"sg-011af0979ba81d69d","toPort":443,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeInternetEgressRule","properties":{"__defaults":[],"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","toPort":0,"type":"egress"}},"response":{"id":"sgrule-3694089864","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"id":"sgrule-3694089864","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-0a56ff0512a71afdb","self":false,"sourceSecurityGroupId":null,"toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksNodeInternetEgressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","toPort":0,"type":"egress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"cidrBlocks":{},"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":91,"column":36},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeInternetEgressRule","id":"sgrule-3694089864","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":["0.0.0.0/0"],"description":"Allow internet access.","fromPort":0,"id":"sgrule-3694089864","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-0a56ff0512a71afdb","self":false,"sourceSecurityGroupId":null,"toPort":0,"type":"egress"}}} +{"method":"/pulumirpc.ResourceProvider/Configure","request":{"variables":{"kubernetes:config:kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"args":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"},"acceptSecrets":true,"acceptResources":true,"sendsOldInputs":true,"sendsOldInputsToDelete":true},"response":{"acceptSecrets":true,"supportsPreview":true}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess","olds":{},"news":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"randomSeed":"//WbQTPSC4e6rHboGczKj1qsd3xT3dsfx/AhJQwnE9s="},"response":{"inputs":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate","olds":{},"news":{"blockDeviceMappings":[],"iamInstanceProfile":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41"},"imageId":"ami-0dd6eefa85f584e9f","instanceType":"t3.medium","networkInterfaces":[{"associatePublicIpAddress":"true","securityGroups":["sg-09d4f882558c1fe8f"]}],"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg=="},"randomSeed":"g92aWHB5X/KaxcscM9w8xpjXcpZHmrekB3gI+8x0gCg="},"response":{"inputs":{"__defaults":["name"],"blockDeviceMappings":[],"iamInstanceProfile":{"__defaults":[],"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41"},"imageId":"ami-0dd6eefa85f584e9f","instanceType":"t3.medium","name":"example-aws-profile-launchTemplate-df8221a","networkInterfaces":[{"__defaults":[],"associatePublicIpAddress":"true","securityGroups":["sg-09d4f882558c1fe8f"]}],"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg=="}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess","properties":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}}},"response":{"id":"kube-system/aws-auth","properties":{"__fieldManager":"pulumi-kubernetes-280aa328","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"creationTimestamp":"2024-11-13T18:13:20Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:mapRoles":{}},"f:immutable":{},"f:metadata":{"f:annotations":{"f:pulumi.com/patchForce":{}}}},"manager":"pulumi-kubernetes-280aa328","operation":"Apply","time":"2024-11-13T18:13:20Z"}],"name":"aws-auth","namespace":"kube-system","resourceVersion":"757","uid":"05b18939-830b-49d5-b82e-ded49f388d05"}}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"kubernetes:core/v1:ConfigMap","name":"example-aws-profile-nodeAccess","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2"],"provider":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s::5efe055e-145c-4985-b0f1-72b7eb202186","propertyDependencies":{"apiVersion":{},"data":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2"]},"immutable":{},"kind":{},"metadata":{}},"version":"4.15.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":524,"column":25},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess","id":"kube-system/aws-auth","object":{"__fieldManager":"pulumi-kubernetes-280aa328","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"creationTimestamp":"2024-11-13T18:13:20Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:mapRoles":{}},"f:immutable":{},"f:metadata":{"f:annotations":{"f:pulumi.com/patchForce":{}}}},"manager":"pulumi-kubernetes-280aa328","operation":"Apply","time":"2024-11-13T18:13:20Z"}],"name":"aws-auth","namespace":"kube-system","resourceVersion":"757","uid":"05b18939-830b-49d5-b82e-ded49f388d05"}}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"eks:index:VpcCniAddon","name":"example-aws-profile-vpc-cni","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","object":{},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"],"acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"providers":{"kubernetes":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s::5efe055e-145c-4985-b0f1-72b7eb202186"},"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":582,"column":11},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni","object":{}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni","olds":{},"news":{"addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"randomSeed":"GCLYSxYXcS6VApTVpaWm7lp5Z5sEaYNNDw82csrcKg0="},"response":{"inputs":{"__defaults":[],"addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate","properties":{"__defaults":["name"],"blockDeviceMappings":[],"iamInstanceProfile":{"__defaults":[],"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41"},"imageId":"ami-0dd6eefa85f584e9f","instanceType":"t3.medium","name":"example-aws-profile-launchTemplate-df8221a","networkInterfaces":[{"__defaults":[],"associatePublicIpAddress":"true","securityGroups":["sg-09d4f882558c1fe8f"]}],"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg=="}},"response":{"id":"lt-097ec39ad47208b5e","properties":{"arn":"arn:aws:ec2:us-west-2:894850187425:launch-template/lt-097ec39ad47208b5e","blockDeviceMappings":[],"capacityReservationSpecification":null,"cpuOptions":null,"creditSpecification":null,"defaultVersion":1,"description":"","disableApiStop":false,"disableApiTermination":false,"ebsOptimized":"","elasticGpuSpecifications":[],"elasticInferenceAccelerator":null,"enclaveOptions":null,"hibernationOptions":null,"iamInstanceProfile":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","name":""},"id":"lt-097ec39ad47208b5e","imageId":"ami-0dd6eefa85f584e9f","instanceInitiatedShutdownBehavior":"","instanceMarketOptions":null,"instanceRequirements":null,"instanceType":"t3.medium","kernelId":"","keyName":"","latestVersion":1,"licenseSpecifications":[],"maintenanceOptions":null,"metadataOptions":null,"monitoring":null,"name":"example-aws-profile-launchTemplate-df8221a","namePrefix":"","networkInterfaces":[{"associateCarrierIpAddress":"","associatePublicIpAddress":"true","deleteOnTermination":"","description":"","deviceIndex":0,"interfaceType":"","ipv4AddressCount":0,"ipv4Addresses":null,"ipv4PrefixCount":0,"ipv4Prefixes":null,"ipv6AddressCount":0,"ipv6Addresses":null,"ipv6PrefixCount":0,"ipv6Prefixes":null,"networkCardIndex":0,"networkInterfaceId":"","primaryIpv6":"","privateIpAddress":"","securityGroups":["sg-09d4f882558c1fe8f"],"subnetId":""}],"placement":null,"privateDnsNameOptions":null,"ramDiskId":"","securityGroupNames":null,"tagSpecifications":[],"updateDefaultVersion":null,"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg==","vpcSecurityGroupIds":null}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/launchTemplate:LaunchTemplate","name":"example-aws-profile-launchTemplate","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"blockDeviceMappings":[],"iamInstanceProfile":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41"},"imageId":"ami-0dd6eefa85f584e9f","instanceType":"t3.medium","networkInterfaces":[{"associatePublicIpAddress":"true","securityGroups":["sg-09d4f882558c1fe8f"]}],"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg=="},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"blockDeviceMappings":{},"iamInstanceProfile":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"]},"imageId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823"]},"instanceType":{},"networkInterfaces":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"]},"userData":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/nodegroup.js","line":746,"column":32},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate","id":"lt-097ec39ad47208b5e","object":{"arn":"arn:aws:ec2:us-west-2:894850187425:launch-template/lt-097ec39ad47208b5e","blockDeviceMappings":[],"capacityReservationSpecification":null,"cpuOptions":null,"creditSpecification":null,"defaultVersion":1,"description":"","disableApiStop":false,"disableApiTermination":false,"ebsOptimized":"","elasticGpuSpecifications":[],"elasticInferenceAccelerator":null,"enclaveOptions":null,"hibernationOptions":null,"iamInstanceProfile":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","name":""},"id":"lt-097ec39ad47208b5e","imageId":"ami-0dd6eefa85f584e9f","instanceInitiatedShutdownBehavior":"","instanceMarketOptions":null,"instanceRequirements":null,"instanceType":"t3.medium","kernelId":"","keyName":"","latestVersion":1,"licenseSpecifications":[],"maintenanceOptions":null,"metadataOptions":null,"monitoring":null,"name":"example-aws-profile-launchTemplate-df8221a","namePrefix":"","networkInterfaces":[{"associateCarrierIpAddress":"","associatePublicIpAddress":"true","deleteOnTermination":"","description":"","deviceIndex":0,"interfaceType":"","ipv4AddressCount":0,"ipv4Addresses":null,"ipv4PrefixCount":0,"ipv4Prefixes":null,"ipv6AddressCount":0,"ipv6Addresses":null,"ipv6PrefixCount":0,"ipv6Prefixes":null,"networkCardIndex":0,"networkInterfaceId":"","primaryIpv6":"","privateIpAddress":"","securityGroups":["sg-09d4f882558c1fe8f"],"subnetId":""}],"placement":null,"privateDnsNameOptions":null,"ramDiskId":"","securityGroupNames":null,"tagSpecifications":[],"updateDefaultVersion":null,"userData":"TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg==","vpcSecurityGroupIds":null}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeIngressRule","properties":{"__defaults":[],"description":"Allow nodes to communicate with each other","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","self":true,"toPort":0,"type":"ingress"}},"response":{"id":"sgrule-506655535","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow nodes to communicate with each other","fromPort":0,"id":"sgrule-506655535","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-04cd0a381201c0595","self":true,"sourceSecurityGroupId":null,"toPort":0,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:ec2/securityGroupRule:SecurityGroupRule","name":"example-aws-profile-eksNodeIngressRule","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"description":"Allow nodes to communicate with each other","fromPort":0,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","self":true,"toPort":0,"type":"ingress"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"description":{},"fromPort":{},"protocol":{},"securityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"self":{},"toPort":{},"type":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/securitygroup.js","line":64,"column":29},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeIngressRule","id":"sgrule-506655535","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow nodes to communicate with each other","fromPort":0,"id":"sgrule-506655535","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"-1","securityGroupId":"sg-09d4f882558c1fe8f","securityGroupRuleId":"sgr-04cd0a381201c0595","self":true,"sourceSecurityGroupId":null,"toPort":0,"type":"ingress"}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/addon:Addon::example-aws-profile-kube-proxy","properties":{"__defaults":[],"addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","clusterName":"example-aws-profile-eksCluster-abeb565","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"}},"response":{"id":"example-aws-profile-eksCluster-abeb565:kube-proxy","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/kube-proxy/72c9935d-6a75-5f60-f0b6-d77fa7a4b078","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"","createdAt":"2024-11-13T18:13:18Z","id":"example-aws-profile-eksCluster-abeb565:kube-proxy","modifiedAt":"2024-11-13T18:13:25Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:eks/addon:Addon","name":"example-aws-profile-kube-proxy","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","clusterName":"example-aws-profile-eksCluster-abeb565","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"addonName":{},"addonVersion":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"clusterName":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"preserve":{},"resolveConflictsOnCreate":{},"resolveConflictsOnUpdate":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cluster.js","line":383,"column":32},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/addon:Addon::example-aws-profile-kube-proxy","id":"example-aws-profile-eksCluster-abeb565:kube-proxy","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"kube-proxy","addonVersion":"v1.31.1-eksbuild.2","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/kube-proxy/72c9935d-6a75-5f60-f0b6-d77fa7a4b078","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"","createdAt":"2024-11-13T18:13:18Z","id":"example-aws-profile-eksCluster-abeb565:kube-proxy","modifiedAt":"2024-11-13T18:13:25Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni","properties":{"__defaults":[],"addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"}},"response":{"id":"example-aws-profile-eksCluster-abeb565:vpc-cni","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/vpc-cni/34c9935d-6ee2-ab20-52b8-b2f0ad1db914","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","createdAt":"2024-11-13T18:13:21Z","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","modifiedAt":"2024-11-13T18:13:28Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:eks/addon:Addon","name":"example-aws-profile-vpc-cni","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni","custom":true,"object":{"addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","preserve":true,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"addonName":{},"addonVersion":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"clusterName":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"configurationValues":{},"preserve":{},"resolveConflictsOnCreate":{},"resolveConflictsOnUpdate":{}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/cni-addon.js","line":59,"column":23},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/vpc-cni/34c9935d-6ee2-ab20-52b8-b2f0ad1db914","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","createdAt":"2024-11-13T18:13:21Z","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","modifiedAt":"2024-11-13T18:13:28Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""}}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile","olds":{},"news":{"desiredCapacity":2,"instanceRefresh":{"preferences":{"minHealthyPercentage":50},"strategy":"Rolling"},"launchTemplate":{"name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"maxSize":2,"minSize":1,"tags":[{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"},{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"}],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]},"randomSeed":"5+ujzZFGSE9JzErXEcclxDq2zBsOv0hrOBCbsEZFi6Y="},"response":{"inputs":{"__defaults":["forceDelete","forceDeleteWarmPool","healthCheckGracePeriod","ignoreFailedScalingActivities","metricsGranularity","name","protectFromScaleIn","waitForCapacityTimeout"],"desiredCapacity":2,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"ignoreFailedScalingActivities":false,"instanceRefresh":{"__defaults":[],"preferences":{"__defaults":["maxHealthyPercentage","scaleInProtectedInstances","skipMatching","standbyInstances"],"maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling"},"launchTemplate":{"__defaults":[],"name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"maxSize":2,"metricsGranularity":"1Minute","minSize":1,"name":"example-aws-profile-481815a","protectFromScaleIn":false,"tags":[{"__defaults":[],"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"},{"__defaults":[],"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"}],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"waitForCapacityTimeout":"10m"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResourceOutputs","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni","outputs":{"addon":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"}}},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile","properties":{"__defaults":["forceDelete","forceDeleteWarmPool","healthCheckGracePeriod","ignoreFailedScalingActivities","metricsGranularity","name","protectFromScaleIn","waitForCapacityTimeout"],"desiredCapacity":2,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"ignoreFailedScalingActivities":false,"instanceRefresh":{"__defaults":[],"preferences":{"__defaults":["maxHealthyPercentage","scaleInProtectedInstances","skipMatching","standbyInstances"],"maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling"},"launchTemplate":{"__defaults":[],"name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"maxSize":2,"metricsGranularity":"1Minute","minSize":1,"name":"example-aws-profile-481815a","protectFromScaleIn":false,"tags":[{"__defaults":[],"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"},{"__defaults":[],"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"}],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"waitForCapacityTimeout":"10m"}},"response":{"id":"example-aws-profile-481815a","properties":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"delete\":600000000000,\"update\":600000000000},\"schema_version\":\"1\"}","arn":"arn:aws:autoscaling:us-west-2:894850187425:autoScalingGroup:65e8a4d7-294a-499f-9af1-650ca2db3825:autoScalingGroupName/example-aws-profile-481815a","availabilityZones":["us-west-2a","us-west-2b","us-west-2c","us-west-2d"],"capacityRebalance":false,"context":"","defaultCooldown":300,"defaultInstanceWarmup":0,"desiredCapacity":2,"desiredCapacityType":"","enabledMetrics":null,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"healthCheckType":"EC2","id":"example-aws-profile-481815a","ignoreFailedScailingActivities":false,"ignoreFailedScalingActivities":false,"initialLifecycleHooks":[],"instanceMaintenancePolicy":null,"instanceRefresh":{"preferences":{"alarmSpecification":null,"autoRollback":false,"checkpointDelay":"","checkpointPercentages":null,"instanceWarmup":"","maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling","triggers":null},"launchConfiguration":"","launchTemplate":{"id":"lt-097ec39ad47208b5e","name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"loadBalancers":[],"maxInstanceLifetime":0,"maxSize":2,"metricsGranularity":"1Minute","minElbCapacity":null,"minSize":1,"mixedInstancesPolicy":null,"name":"example-aws-profile-481815a","namePrefix":"","placementGroup":"","predictedCapacity":0,"protectFromScaleIn":false,"serviceLinkedRoleArn":"arn:aws:iam::894850187425:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling","suspendedProcesses":null,"tags":[{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"},{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"}],"targetGroupArns":[],"terminationPolicies":null,"trafficSources":[],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"waitForCapacityTimeout":"10m","waitForElbCapacity":null,"warmPool":null,"warmPoolSize":0}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"aws:autoscaling/group:Group","name":"example-aws-profile","parent":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","custom":true,"object":{"desiredCapacity":2,"instanceRefresh":{"preferences":{"minHealthyPercentage":50},"strategy":"Rolling"},"launchTemplate":{"name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"maxSize":2,"minSize":1,"tags":[{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"},{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"}],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"]},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni","urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate"],"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805","propertyDependencies":{"desiredCapacity":{},"instanceRefresh":{},"launchTemplate":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate"]},"maxSize":{},"minSize":{},"tags":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823"]},"vpcZoneIdentifiers":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823"]}},"version":"6.45.0","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///snapshot/eks/bin/nodegroup.js","line":805,"column":21},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile","id":"example-aws-profile-481815a","object":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"delete\":600000000000,\"update\":600000000000},\"schema_version\":\"1\"}","arn":"arn:aws:autoscaling:us-west-2:894850187425:autoScalingGroup:65e8a4d7-294a-499f-9af1-650ca2db3825:autoScalingGroupName/example-aws-profile-481815a","availabilityZones":["us-west-2a","us-west-2b","us-west-2c","us-west-2d"],"capacityRebalance":false,"context":"","defaultCooldown":300,"defaultInstanceWarmup":0,"desiredCapacity":2,"desiredCapacityType":"","enabledMetrics":null,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"healthCheckType":"EC2","id":"example-aws-profile-481815a","ignoreFailedScailingActivities":false,"ignoreFailedScalingActivities":false,"initialLifecycleHooks":[],"instanceMaintenancePolicy":null,"instanceRefresh":{"preferences":{"alarmSpecification":null,"autoRollback":false,"checkpointDelay":"","checkpointPercentages":null,"instanceWarmup":"","maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling","triggers":null},"launchConfiguration":"","launchTemplate":{"id":"lt-097ec39ad47208b5e","name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"loadBalancers":[],"maxInstanceLifetime":0,"maxSize":2,"metricsGranularity":"1Minute","minElbCapacity":null,"minSize":1,"mixedInstancesPolicy":null,"name":"example-aws-profile-481815a","namePrefix":"","placementGroup":"","predictedCapacity":0,"protectFromScaleIn":false,"serviceLinkedRoleArn":"arn:aws:iam::894850187425:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling","suspendedProcesses":null,"tags":[{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"},{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"}],"targetGroupArns":[],"terminationPolicies":null,"trafficSources":[],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"waitForCapacityTimeout":"10m","waitForElbCapacity":null,"warmPool":null,"warmPoolSize":0}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResourceOutputs","request":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","outputs":{"clusterIngressRuleId":"sgr-0929fa3ad3c3bd4e9","clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"clusterSecurityGroupId":"sg-011af0979ba81d69d","core":{"cluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"clusterIamRole":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"eksNodeAccess":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"kube-system/aws-auth","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"nodeGroupOptions":{"clusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"instanceProfile":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceProfile-163af41","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}},"provider":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"5efe055e-145c-4985-b0f1-72b7eb202186","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"storageClasses":{},"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"vpcCni":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"vpcId":"vpc-043be661de8760bec"},"defaultNodeGroup":{"autoScalingGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-481815a","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f"},"defaultNodeGroupAsgName":"example-aws-profile-481815a","eksCluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"eksClusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"fargateProfileId":"","fargateProfileStatus":"","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"kubeconfigJson":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"}]}}}]}","nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f","oidcIssuer":"oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588","oidcProviderArn":"","oidcProviderUrl":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}},"response":{}} +{"method":"/pulumirpc.ResourceProvider/Construct","request":{"project":"example-aws-profile","stack":"test","parallel":40,"monitorEndpoint":"127.0.0.1:59755","type":"eks:index:Cluster","name":"example-aws-profile","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","inputs":{"corednsAddonOptions":{"enabled":false,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"providerCredentialOpts":{"profileName":"aws-profile-node"}},"inputDependencies":{"corednsAddonOptions":{},"providerCredentialOpts":{}},"providers":{"aws":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805"},"customTimeouts":{},"acceptsOutputValues":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","state":{"clusterIngressRuleId":"sgr-0929fa3ad3c3bd4e9","clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"clusterSecurityGroupId":"sg-011af0979ba81d69d","core":{"cluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"clusterIamRole":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"eksNodeAccess":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"kube-system/aws-auth","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"nodeGroupOptions":{"clusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"instanceProfile":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceProfile-163af41","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}},"provider":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"5efe055e-145c-4985-b0f1-72b7eb202186","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"storageClasses":{},"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"vpcCni":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"vpcId":"vpc-043be661de8760bec"},"defaultNodeGroup":{"autoScalingGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-481815a","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f"},"defaultNodeGroupAsgName":"example-aws-profile-481815a","eksCluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"eksClusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"fargateProfileId":"","fargateProfileStatus":"","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"kubeconfigJson":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"}]}}}]}","nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f","oidcIssuer":"oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588","oidcProviderArn":"","oidcProviderUrl":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"},"stateDependencies":{"clusterIngressRuleId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"]},"clusterSecurityGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"clusterSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"core":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule","urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni","urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"]},"defaultNodeGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"]},"defaultNodeGroupAsgName":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"]},"eksCluster":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"eksClusterIngressRule":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"]},"fargateProfileId":{},"fargateProfileStatus":{},"instanceRoles":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2"]},"kubeconfig":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"kubeconfigJson":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"nodeSecurityGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"nodeSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"oidcIssuer":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"oidcProviderArn":{},"oidcProviderUrl":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"eks:index:Cluster","name":"example-aws-profile","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","object":{"corednsAddonOptions":{"enabled":false,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE"},"providerCredentialOpts":{"profileName":"aws-profile-node"}},"propertyDependencies":{"corednsAddonOptions":{},"providerCredentialOpts":{}},"version":"3.0.0-alpha.0+dev","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"remote":true,"acceptResources":true,"providers":{"aws":"urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805"},"aliasSpecs":true,"sourcePosition":{"uri":"file:///private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile/index.ts","line":31,"column":17},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","object":{"clusterIngressRuleId":"sgr-0929fa3ad3c3bd4e9","clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"clusterSecurityGroupId":"sg-011af0979ba81d69d","core":{"cluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"clusterIamRole":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"eksNodeAccess":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"kube-system/aws-auth","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"nodeGroupOptions":{"clusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"instanceProfile":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceProfile-163af41","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}},"provider":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"5efe055e-145c-4985-b0f1-72b7eb202186","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"storageClasses":{},"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"vpcCni":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"vpcId":"vpc-043be661de8760bec"},"defaultNodeGroup":{"autoScalingGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-481815a","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f"},"defaultNodeGroupAsgName":"example-aws-profile-481815a","eksCluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"eksClusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"fargateProfileId":"","fargateProfileStatus":"","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"kubeconfigJson":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"}]}}}]}","nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f","oidcIssuer":"oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588","oidcProviderArn":"","oidcProviderUrl":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"},"propertyDependencies":{"clusterIngressRuleId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"]},"clusterSecurityGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"clusterSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"]},"core":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s","urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"]},"defaultNodeGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"]},"defaultNodeGroupAsgName":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"]},"eksCluster":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"eksClusterIngressRule":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"]},"fargateProfileId":{},"fargateProfileStatus":{},"instanceRoles":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role","urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97"]},"kubeconfig":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"kubeconfigJson":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"nodeSecurityGroup":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"nodeSecurityGroupId":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"]},"oidcIssuer":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]},"oidcProviderArn":{},"oidcProviderUrl":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksRole-role-eeb7a2e","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"id":"example-aws-profile-eksRole-role-eeb7a2e","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQWNQZV5QOO"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"acceptResources":true},"response":{"return":{"id":"kube-system/aws-auth","state":{"__fieldManager":"pulumi-kubernetes-280aa328","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"creationTimestamp":"2024-11-13T18:13:20Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:mapRoles":{}},"f:immutable":{},"f:metadata":{"f:annotations":{"f:pulumi.com/patchForce":{}}}},"manager":"pulumi-kubernetes-280aa328","operation":"Apply","time":"2024-11-13T18:13:20Z"}],"name":"aws-auth","namespace":"kube-system","resourceVersion":"757","uid":"05b18939-830b-49d5-b82e-ded49f388d05"}},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-011af0979ba81d69d","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"acceptResources":true},"response":{"return":{"id":"sgrule-814145170","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"acceptResources":true},"response":{"return":{"id":"","state":{"addon":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"}},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceRole-role-9001a81","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"acceptResources":true},"response":{"return":{"id":"sgrule-814145170","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceProfile-163af41","state":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","createDate":"2024-11-13T18:04:59Z","id":"example-aws-profile-instanceProfile-163af41","name":"example-aws-profile-instanceProfile-163af41","namePrefix":"","path":"/","role":"example-aws-profile-instanceRole-role-9001a81","uniqueId":"AIPA5AWJ2ICQ42CCSAVSV"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"acceptResources":true},"response":{"return":{"id":"5efe055e-145c-4985-b0f1-72b7eb202186","state":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-481815a","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"delete\":600000000000,\"update\":600000000000},\"schema_version\":\"1\"}","arn":"arn:aws:autoscaling:us-west-2:894850187425:autoScalingGroup:65e8a4d7-294a-499f-9af1-650ca2db3825:autoScalingGroupName/example-aws-profile-481815a","availabilityZones":["us-west-2a","us-west-2b","us-west-2c","us-west-2d"],"capacityRebalance":false,"context":"","defaultCooldown":300,"defaultInstanceWarmup":0,"desiredCapacity":2,"desiredCapacityType":"","enabledMetrics":null,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"healthCheckType":"EC2","id":"example-aws-profile-481815a","ignoreFailedScailingActivities":false,"ignoreFailedScalingActivities":false,"initialLifecycleHooks":[],"instanceMaintenancePolicy":null,"instanceRefresh":{"preferences":{"alarmSpecification":null,"autoRollback":false,"checkpointDelay":"","checkpointPercentages":null,"instanceWarmup":"","maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling","triggers":null},"launchConfiguration":"","launchTemplate":{"id":"lt-097ec39ad47208b5e","name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"loadBalancers":[],"maxInstanceLifetime":0,"maxSize":2,"metricsGranularity":"1Minute","minElbCapacity":null,"minSize":1,"mixedInstancesPolicy":null,"name":"example-aws-profile-481815a","namePrefix":"","placementGroup":"","predictedCapacity":0,"protectFromScaleIn":false,"serviceLinkedRoleArn":"arn:aws:iam::894850187425:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling","suspendedProcesses":null,"tags":[{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"},{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"}],"targetGroupArns":[],"terminationPolicies":null,"trafficSources":[],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"waitForCapacityTimeout":"10m","waitForElbCapacity":null,"warmPool":null,"warmPoolSize":0},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceRole-role-9001a81","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-011af0979ba81d69d","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"}}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"secrets"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"resourceReferences"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"outputValues"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"deletedWith"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"aliasSpecs"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/SupportsFeature","request":{"id":"transforms"},"response":{"hasSupport":true}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"},"acceptResources":true},"response":{"return":{"id":"","state":{"clusterIngressRuleId":"sgr-0929fa3ad3c3bd4e9","clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"clusterSecurityGroupId":"sg-011af0979ba81d69d","core":{"cluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"clusterIamRole":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksRole-role-eeb7a2e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"clusterSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-011af0979ba81d69d","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"eksNodeAccess":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"kube-system/aws-auth","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"nodeGroupOptions":{"clusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"instanceProfile":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceProfile-163af41","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}},"provider":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"5efe055e-145c-4985-b0f1-72b7eb202186","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"storageClasses":{},"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919","subnet-037f366816336db85"],"vpcCni":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"vpcId":"vpc-043be661de8760bec"},"defaultNodeGroup":{"autoScalingGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-481815a","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f"},"defaultNodeGroupAsgName":"example-aws-profile-481815a","eksCluster":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"eksClusterIngressRule":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sgrule-814145170","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"fargateProfileId":"","fargateProfileStatus":"","instanceRoles":[{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-instanceRole-role-9001a81","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}],"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"kubeconfigJson":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"}]}}}]}","nodeSecurityGroup":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"sg-09d4f882558c1fe8f","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"nodeSecurityGroupId":"sg-09d4f882558c1fe8f","oidcIssuer":"oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588","oidcProviderArn":"","oidcProviderUrl":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565:vpc-cni","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/vpc-cni/34c9935d-6ee2-ab20-52b8-b2f0ad1db914","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","createdAt":"2024-11-13T18:13:21Z","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","modifiedAt":"2024-11-13T18:13:28Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceRole-role-9001a81","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceProfile-163af41","state":{"arn":"arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41","createDate":"2024-11-13T18:04:59Z","id":"example-aws-profile-instanceProfile-163af41","name":"example-aws-profile-instanceProfile-163af41","namePrefix":"","path":"/","role":"example-aws-profile-instanceRole-role-9001a81","uniqueId":"AIPA5AWJ2ICQ42CCSAVSV"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-09d4f882558c1fe8f","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f","description":"Managed by Pulumi","egress":[],"id":"sg-09d4f882558c1fe8f","ingress":[],"name":"example-aws-profile-nodeSecurityGroup-950d86a","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"tagsAll":{"Name":"example-aws-profile-nodeSecurityGroup","kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565":"owned"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}","accessConfig":{"authenticationMode":"CONFIG_MAP","bootstrapClusterCreatorAdminPermissions":true},"arn":"arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565","bootstrapSelfManagedAddons":true,"certificateAuthorities":[{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"}],"certificateAuthority":{"data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"},"clusterId":null,"createdAt":"2024-11-13T18:05:03Z","defaultAddonsToRemoves":null,"enabledClusterLogTypes":null,"encryptionConfig":null,"endpoint":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com","id":"example-aws-profile-eksCluster-abeb565","identities":[{"oidcs":[{"issuer":"https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588"}]}],"kubernetesNetworkConfig":{"ipFamily":"ipv4","serviceIpv4Cidr":"10.100.0.0/16","serviceIpv6Cidr":""},"name":"example-aws-profile-eksCluster-abeb565","outpostConfig":null,"platformVersion":"eks.10","roleArn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","status":"ACTIVE","tags":{"Name":"example-aws-profile-eksCluster"},"tagsAll":{"Name":"example-aws-profile-eksCluster"},"upgradePolicy":{"supportType":"EXTENDED"},"version":"1.31","vpcConfig":{"clusterSecurityGroupId":"sg-030765dc6c109050b","endpointPrivateAccess":false,"endpointPublicAccess":true,"publicAccessCidrs":["0.0.0.0/0"],"securityGroupIds":["sg-011af0979ba81d69d"],"subnetIds":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"vpcId":"vpc-043be661de8760bec"},"zonalShiftConfig":null},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"},"acceptResources":true},"response":{"return":{"id":"5efe055e-145c-4985-b0f1-72b7eb202186","state":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.15.0"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-instanceRole-role-9001a81","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"","forceDetachPolicies":false,"id":"example-aws-profile-instanceRole-role-9001a81","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-instanceRole-role-9001a81","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQ6FMFSND75"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksRole-role-eeb7a2e","state":{"arn":"arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e","assumeRolePolicy":"{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}","createDate":"2024-11-13T18:04:58Z","description":"Allows EKS to manage clusters on your behalf.","forceDetachPolicies":false,"id":"example-aws-profile-eksRole-role-eeb7a2e","inlinePolicies":[],"managedPolicyArns":[],"maxSessionDuration":3600,"name":"example-aws-profile-eksRole-role-eeb7a2e","namePrefix":"","path":"/","permissionsBoundary":"","uniqueId":"AROA5AWJ2ICQWNQZV5QOO"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-481815a","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"delete\":600000000000,\"update\":600000000000},\"schema_version\":\"1\"}","arn":"arn:aws:autoscaling:us-west-2:894850187425:autoScalingGroup:65e8a4d7-294a-499f-9af1-650ca2db3825:autoScalingGroupName/example-aws-profile-481815a","availabilityZones":["us-west-2a","us-west-2b","us-west-2c","us-west-2d"],"capacityRebalance":false,"context":"","defaultCooldown":300,"defaultInstanceWarmup":0,"desiredCapacity":2,"desiredCapacityType":"","enabledMetrics":null,"forceDelete":false,"forceDeleteWarmPool":false,"healthCheckGracePeriod":300,"healthCheckType":"EC2","id":"example-aws-profile-481815a","ignoreFailedScailingActivities":false,"ignoreFailedScalingActivities":false,"initialLifecycleHooks":[],"instanceMaintenancePolicy":null,"instanceRefresh":{"preferences":{"alarmSpecification":null,"autoRollback":false,"checkpointDelay":"","checkpointPercentages":null,"instanceWarmup":"","maxHealthyPercentage":100,"minHealthyPercentage":50,"scaleInProtectedInstances":"Ignore","skipMatching":false,"standbyInstances":"Ignore"},"strategy":"Rolling","triggers":null},"launchConfiguration":"","launchTemplate":{"id":"lt-097ec39ad47208b5e","name":"example-aws-profile-launchTemplate-df8221a","version":"1"},"loadBalancers":[],"maxInstanceLifetime":0,"maxSize":2,"metricsGranularity":"1Minute","minElbCapacity":null,"minSize":1,"mixedInstancesPolicy":null,"name":"example-aws-profile-481815a","namePrefix":"","placementGroup":"","predictedCapacity":0,"protectFromScaleIn":false,"serviceLinkedRoleArn":"arn:aws:iam::894850187425:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling","suspendedProcesses":null,"tags":[{"key":"Name","propagateAtLaunch":true,"value":"example-aws-profile-eksCluster-abeb565-worker"},{"key":"kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565","propagateAtLaunch":true,"value":"owned"}],"targetGroupArns":[],"terminationPolicies":null,"trafficSources":[],"vpcZoneIdentifiers":["subnet-03711d3b9b21b3a8e","subnet-037f366816336db85","subnet-06e8296c053e2b952","subnet-0fc2dc8f8ba906919"],"waitForCapacityTimeout":"10m","waitForElbCapacity":null,"warmPool":null,"warmPoolSize":0},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-011af0979ba81d69d","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"},"acceptResources":true},"response":{"return":{"id":"","state":{"addon":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"}},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"},"acceptResources":true},"response":{"return":{"id":"kube-system/aws-auth","state":{"__fieldManager":"pulumi-kubernetes-280aa328","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"name":"aws-auth","namespace":"kube-system"}},"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n"},"immutable":false,"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/patchForce":"true"},"creationTimestamp":"2024-11-13T18:13:20Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:mapRoles":{}},"f:immutable":{},"f:metadata":{"f:annotations":{"f:pulumi.com/patchForce":{}}}},"manager":"pulumi-kubernetes-280aa328","operation":"Apply","time":"2024-11-13T18:13:20Z"}],"name":"aws-auth","namespace":"kube-system","resourceVersion":"757","uid":"05b18939-830b-49d5-b82e-ded49f388d05"}},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"},"acceptResources":true},"response":{"return":{"id":"sg-011af0979ba81d69d","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}","arn":"arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d","description":"Managed by Pulumi","egress":[],"id":"sg-011af0979ba81d69d","ingress":[],"name":"example-aws-profile-eksClusterSecurityGroup-98fced2","namePrefix":"","ownerId":"894850187425","revokeRulesOnDelete":true,"tags":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"tagsAll":{"Name":"example-aws-profile-eksClusterSecurityGroup"},"vpcId":"vpc-043be661de8760bec"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"acceptResources":true},"response":{"return":{"id":"sgrule-814145170","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"},"acceptResources":true},"response":{"return":{"id":"sgrule-814145170","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}","cidrBlocks":null,"description":"Allow pods to communicate with the cluster API Server","fromPort":443,"id":"sgrule-814145170","ipv6CidrBlocks":null,"prefixListIds":null,"protocol":"tcp","securityGroupId":"sg-011af0979ba81d69d","securityGroupRuleId":"sgr-0929fa3ad3c3bd4e9","self":false,"sourceSecurityGroupId":"sg-09d4f882558c1fe8f","toPort":443,"type":"ingress"},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule"}}} +{"method":"/pulumirpc.ResourceMonitor/Invoke","request":{"tok":"pulumi:pulumi:getResource","args":{"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"},"acceptResources":true},"response":{"return":{"id":"example-aws-profile-eksCluster-abeb565:vpc-cni","state":{"__meta":"{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}","addonName":"vpc-cni","addonVersion":"v1.18.6-eksbuild.1","arn":"arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/vpc-cni/34c9935d-6ee2-ab20-52b8-b2f0ad1db914","clusterName":"example-aws-profile-eksCluster-abeb565","configurationValues":"{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}","createdAt":"2024-11-13T18:13:21Z","id":"example-aws-profile-eksCluster-abeb565:vpc-cni","modifiedAt":"2024-11-13T18:13:28Z","podIdentityAssociations":[],"preserve":true,"resolveConflicts":null,"resolveConflictsOnCreate":"OVERWRITE","resolveConflictsOnUpdate":"OVERWRITE","serviceAccountRoleArn":""},"urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni"}}} +{"method":"/pulumirpc.ResourceProvider/Call","request":{"tok":"eks:index:Cluster/getKubeconfig","args":{"__self__":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"},"profileName":"aws-profile-node"},"argDependencies":{"__self__":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"]},"profileName":{}},"project":"example-aws-profile","stack":"test","parallel":40,"monitorEndpoint":"127.0.0.1:59755","acceptsOutputValues":true},"response":{"return":{"result":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"returnDependencies":{"result":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}}}} +{"method":"/pulumirpc.ResourceMonitor/Call","request":{"tok":"eks:index:Cluster/getKubeconfig","args":{"__self__":{"4dabf18193072939515e22adb298388d":"5cf8f73096256a8f31e491e813e4eb8e","urn":"urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"},"profileName":"aws-profile-node"},"argDependencies":{"__self__":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile"]},"profileName":{}},"version":"3.0.0-alpha.0+dev"},"response":{"return":{"result":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"returnDependencies":{"result":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}}}} +{"method":"/pulumirpc.ResourceProvider/GetPluginInfo","request":{},"response":{"version":"v4.18.3"}} +{"method":"/pulumirpc.ResourceProvider/CheckConfig","request":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:kubernetes::with-kubeconfig","olds":{},"news":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.18.3"}},"response":{"inputs":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.18.3"}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResourceOutputs","request":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","outputs":{"kubeconfig":{"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K","server":"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com"},"name":"kubernetes"}],"contexts":[{"context":{"cluster":"kubernetes","user":"aws"},"name":"aws"}],"current-context":"aws","kind":"Config","users":[{"name":"aws","user":{"exec":{"apiVersion":"client.authentication.k8s.io/v1beta1","args":["eks","get-token","--cluster-name","example-aws-profile-eksCluster-abeb565","--output","json"],"command":"aws","env":[{"name":"KUBERNETES_EXEC_INFO","value":"{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}"}]}}}]},"kubeconfigWithProfile":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"}},"response":{}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"pulumi:providers:kubernetes","name":"with-kubeconfig","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","custom":true,"object":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"dependencies":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"],"propertyDependencies":{"kubeconfig":{"urns":["urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile","urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster"]}},"version":"4.18.3","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile/node_modules/@pulumi/provider.ts","line":57,"column":9},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::pulumi:providers:kubernetes::with-kubeconfig","id":"e3078458-d144-4d28-9712-3f7547869a89","object":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.18.3"}}} +{"method":"/pulumirpc.ResourceProvider/Configure","request":{"variables":{"kubernetes:config:kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}"},"args":{"kubeconfig":"{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}","version":"4.18.3"},"acceptSecrets":true,"acceptResources":true,"sendsOldInputs":true,"sendsOldInputsToDelete":true},"response":{"acceptSecrets":true,"supportsPreview":true}} +{"method":"/pulumirpc.ResourceProvider/Check","request":{"urn":"urn:pulumi:test::example-aws-profile::kubernetes:core/v1:ConfigMap::cm","olds":{},"news":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap"},"randomSeed":"L0YWvCMSNmhD7BtKzCyYoKTOIV0bflSZap09Lgr6mHg="},"response":{"inputs":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"name":"cm-c888bb3e","namespace":"default"}}}} +{"method":"/pulumirpc.ResourceProvider/Create","request":{"urn":"urn:pulumi:test::example-aws-profile::kubernetes:core/v1:ConfigMap::cm","properties":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"name":"cm-c888bb3e","namespace":"default"}}},"response":{"id":"default/cm-c888bb3e","properties":{"__fieldManager":"pulumi-kubernetes-741fca36","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"name":"cm-c888bb3e","namespace":"default"}},"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"creationTimestamp":"2024-11-13T18:14:02Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:foo":{}},"f:metadata":{"f:annotations":{"f:pulumi.com/autonamed":{}}}},"manager":"pulumi-kubernetes-741fca36","operation":"Apply","time":"2024-11-13T18:14:02Z"}],"name":"cm-c888bb3e","namespace":"default","resourceVersion":"874","uid":"21390654-a20b-4a75-89fa-cd21615794b7"}}}} +{"method":"/pulumirpc.ResourceMonitor/RegisterResource","request":{"type":"kubernetes:core/v1:ConfigMap","name":"cm","parent":"urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test","custom":true,"object":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap"},"provider":"urn:pulumi:test::example-aws-profile::pulumi:providers:kubernetes::with-kubeconfig::e3078458-d144-4d28-9712-3f7547869a89","propertyDependencies":{"apiVersion":{},"data":{},"kind":{}},"version":"4.18.3","acceptSecrets":true,"customTimeouts":{},"supportsPartialValues":true,"acceptResources":true,"aliasSpecs":true,"sourcePosition":{"uri":"file:///private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile/index.ts","line":46,"column":1},"supportsResultReporting":true},"response":{"urn":"urn:pulumi:test::example-aws-profile::kubernetes:core/v1:ConfigMap::cm","id":"default/cm-c888bb3e","object":{"__fieldManager":"pulumi-kubernetes-741fca36","__initialApiVersion":"v1","__inputs":{"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"name":"cm-c888bb3e","namespace":"default"}},"apiVersion":"v1","data":{"foo":"bar"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"creationTimestamp":"2024-11-13T18:14:02Z","managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:data":{"f:foo":{}},"f:metadata":{"f:annotations":{"f:pulumi.com/autonamed":{}}}},"manager":"pulumi-kubernetes-741fca36","operation":"Apply","time":"2024-11-13T18:14:02Z"}],"name":"cm-c888bb3e","namespace":"default","resourceVersion":"874","uid":"21390654-a20b-4a75-89fa-cd21615794b7"}}}} +{"method":"/pulumirpc.LanguageRuntime/Run","request":{"project":"example-aws-profile","stack":"test","pwd":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","program":".","parallel":40,"monitorAddress":"127.0.0.1:59755","organization":"organization","configPropertyMap":{},"info":{"rootDirectory":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","programDirectory":"/private/var/folders/kq/zdlx0fn57yl66gxktcyzylv40000gn/T/TestExamplesUpgradesaws-profile1977368464/007/aws-profile","entryPoint":".","options":{}}},"response":{}} \ No newline at end of file diff --git a/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/stack.json b/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/stack.json new file mode 100644 index 000000000..ef21b7dbb --- /dev/null +++ b/provider/testdata/recorded/TestProviderUpgrade/aws-profile/3.0.0/stack.json @@ -0,0 +1,1943 @@ +{ + "version": 3, + "deployment": { + "manifest": { + "time": "2024-11-13T10:14:02.806526-08:00", + "magic": "59ab42470ec682a2eb8566128a64ecaee8e5d25c6d5902576977eb325cf4d7b3", + "version": "v3.130.0" + }, + "secrets_providers": { + "type": "passphrase", + "state": { + "salt": "v1:X5vWMjX8B8s=:v1:0CxFu1+pGCM5Hht8:x/WaMeOmB03bR59fAAEiqgu0VbhULw==" + } + }, + "resources": [ + { + "urn": "urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test", + "custom": false, + "type": "pulumi:pulumi:Stack", + "outputs": { + "kubeconfig": { + "apiVersion": "v1", + "clusters": [ + { + "cluster": { + "certificate-authority-data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", + "server": "https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com" + }, + "name": "kubernetes" + } + ], + "contexts": [ + { + "context": { + "cluster": "kubernetes", + "user": "aws" + }, + "name": "aws" + } + ], + "current-context": "aws", + "kind": "Config", + "users": [ + { + "name": "aws", + "user": { + "exec": { + "apiVersion": "client.authentication.k8s.io/v1beta1", + "args": [ + "eks", + "get-token", + "--cluster-name", + "example-aws-profile-eksCluster-abeb565", + "--output", + "json" + ], + "command": "aws", + "env": [ + { + "name": "KUBERNETES_EXEC_INFO", + "value": "{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}" + } + ] + } + } + } + ] + }, + "kubeconfigWithProfile": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}" + }, + "created": "2024-11-13T18:04:37.188694Z", + "modified": "2024-11-13T18:04:37.188694Z", + "sourcePosition": "project:///node_modules/@pulumi/runtime/stack.ts#38,23" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider", + "custom": true, + "id": "b2ec118f-93ac-4691-937d-fad1238a2805", + "type": "pulumi:providers:aws", + "inputs": { + "__internal": {}, + "profile": "aws-profile-node", + "region": "us-west-2", + "skipCredentialsValidation": "false", + "skipRegionValidation": "true", + "version": "6.59.0" + }, + "outputs": { + "profile": "aws-profile-node", + "region": "us-west-2", + "skipCredentialsValidation": "false", + "skipRegionValidation": "true", + "version": "6.59.0" + }, + "parent": "urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test", + "propertyDependencies": { + "profile": [], + "region": [], + "skipCredentialsValidation": [], + "skipRegionValidation": [] + }, + "additionalSecretOutputs": [ + "accessKey", + "secretKey", + "token" + ], + "created": "2024-11-13T18:04:54.406662Z", + "modified": "2024-11-13T18:04:54.406662Z", + "sourcePosition": "project:///node_modules/@pulumi/provider.ts#147,9" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::pulumi:providers:eks::default_3_0_0_alpha_0_dev", + "custom": true, + "id": "9cf2a2d7-5f91-4cd8-a496-0cdd15664112", + "type": "pulumi:providers:eks", + "inputs": { + "__internal": {}, + "version": "3.0.0-alpha.0+dev" + }, + "outputs": { + "version": "3.0.0-alpha.0+dev" + }, + "created": "2024-11-13T18:04:57.293954Z", + "modified": "2024-11-13T18:04:57.293954Z" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::pulumi:providers:pulumi::default", + "custom": true, + "id": "9f9cffe1-1589-4f24-8c72-b5f2eaf876b4", + "type": "pulumi:providers:pulumi", + "created": "2024-11-13T18:04:58.483572Z", + "modified": "2024-11-13T18:04:58.483572Z" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "custom": false, + "type": "eks:index:Cluster", + "outputs": { + "clusterIngressRuleId": "sgr-0929fa3ad3c3bd4e9", + "clusterSecurityGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sg-011af0979ba81d69d", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + }, + "clusterSecurityGroupId": "sg-011af0979ba81d69d", + "core": { + "cluster": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-eksCluster-abeb565", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + }, + "clusterIamRole": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-eksRole-role-eeb7a2e", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + }, + "clusterSecurityGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sg-011af0979ba81d69d", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + }, + "eksNodeAccess": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "kube-system/aws-auth", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess" + }, + "endpoint": "https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com", + "instanceRoles": [ + { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-instanceRole-role-9001a81", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + } + ], + "kubeconfig": { + "apiVersion": "v1", + "clusters": [ + { + "cluster": { + "certificate-authority-data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", + "server": "https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com" + }, + "name": "kubernetes" + } + ], + "contexts": [ + { + "context": { + "cluster": "kubernetes", + "user": "aws" + }, + "name": "aws" + } + ], + "current-context": "aws", + "kind": "Config", + "users": [ + { + "name": "aws", + "user": { + "exec": { + "apiVersion": "client.authentication.k8s.io/v1beta1", + "args": [ + "eks", + "get-token", + "--cluster-name", + "example-aws-profile-eksCluster-abeb565", + "--output", + "json" + ], + "command": "aws", + "env": [ + { + "name": "KUBERNETES_EXEC_INFO", + "value": "{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}" + } + ] + } + } + } + ] + }, + "nodeGroupOptions": { + "clusterIngressRule": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sgrule-814145170", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule" + }, + "instanceProfile": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-instanceProfile-163af41", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile" + }, + "nodeSecurityGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sg-09d4f882558c1fe8f", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + } + }, + "provider": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "5efe055e-145c-4985-b0f1-72b7eb202186", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s" + }, + "storageClasses": {}, + "subnetIds": [ + "subnet-03711d3b9b21b3a8e", + "subnet-06e8296c053e2b952", + "subnet-0fc2dc8f8ba906919", + "subnet-037f366816336db85" + ], + "vpcCni": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni" + }, + "vpcId": "vpc-043be661de8760bec" + }, + "defaultNodeGroup": { + "autoScalingGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-481815a", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile" + }, + "nodeSecurityGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sg-09d4f882558c1fe8f", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + }, + "nodeSecurityGroupId": "sg-09d4f882558c1fe8f" + }, + "defaultNodeGroupAsgName": "example-aws-profile-481815a", + "eksCluster": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-eksCluster-abeb565", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + }, + "eksClusterIngressRule": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sgrule-814145170", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule" + }, + "fargateProfileId": "", + "fargateProfileStatus": "", + "instanceRoles": [ + { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-instanceRole-role-9001a81", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + } + ], + "kubeconfig": { + "apiVersion": "v1", + "clusters": [ + { + "cluster": { + "certificate-authority-data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", + "server": "https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com" + }, + "name": "kubernetes" + } + ], + "contexts": [ + { + "context": { + "cluster": "kubernetes", + "user": "aws" + }, + "name": "aws" + } + ], + "current-context": "aws", + "kind": "Config", + "users": [ + { + "name": "aws", + "user": { + "exec": { + "apiVersion": "client.authentication.k8s.io/v1beta1", + "args": [ + "eks", + "get-token", + "--cluster-name", + "example-aws-profile-eksCluster-abeb565", + "--output", + "json" + ], + "command": "aws", + "env": [ + { + "name": "KUBERNETES_EXEC_INFO", + "value": "{\"apiVersion\": \"client.authentication.k8s.io/v1beta1\"}" + } + ] + } + } + } + ] + }, + "kubeconfigJson": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"}]}}}]}", + "nodeSecurityGroup": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "sg-09d4f882558c1fe8f", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + }, + "nodeSecurityGroupId": "sg-09d4f882558c1fe8f", + "oidcIssuer": "oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588", + "oidcProviderArn": "", + "oidcProviderUrl": "https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588" + }, + "parent": "urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test", + "created": "2024-11-13T18:04:58.493821Z", + "modified": "2024-11-13T18:04:58.493821Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cmd/provider/cluster.js#21,29" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole", + "custom": false, + "type": "eks:index:ServiceRole", + "outputs": { + "role": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-instanceRole-role-9001a81", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + } + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "created": "2024-11-13T18:04:58.500074Z", + "modified": "2024-11-13T18:04:58.500074Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#486,30" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole", + "custom": false, + "type": "eks:index:ServiceRole", + "outputs": { + "role": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-eksRole-role-eeb7a2e", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + } + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "created": "2024-11-13T18:04:58.501035Z", + "modified": "2024-11-13T18:04:58.501035Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#273,19" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "custom": true, + "id": "example-aws-profile-eksRole-role-eeb7a2e", + "type": "aws:iam/role:Role", + "inputs": { + "__defaults": [ + "forceDetachPolicies", + "maxSessionDuration", + "name", + "path" + ], + "assumeRolePolicy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}]}", + "description": "Allows EKS to manage clusters on your behalf.", + "forceDetachPolicies": false, + "maxSessionDuration": 3600, + "name": "example-aws-profile-eksRole-role-eeb7a2e", + "path": "/" + }, + "outputs": { + "arn": "arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e", + "assumeRolePolicy": "{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"eks.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}", + "createDate": "2024-11-13T18:04:58Z", + "description": "Allows EKS to manage clusters on your behalf.", + "forceDetachPolicies": false, + "id": "example-aws-profile-eksRole-role-eeb7a2e", + "inlinePolicies": [], + "managedPolicyArns": [], + "maxSessionDuration": 3600, + "name": "example-aws-profile-eksRole-role-eeb7a2e", + "namePrefix": "", + "path": "/", + "permissionsBoundary": "", + "uniqueId": "AROA5AWJ2ICQWNQZV5QOO" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole", + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "assumeRolePolicy": [], + "description": [] + }, + "created": "2024-11-13T18:04:59.261047Z", + "modified": "2024-11-13T18:04:59.261047Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#53,22" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "custom": true, + "id": "example-aws-profile-instanceRole-role-9001a81", + "type": "aws:iam/role:Role", + "inputs": { + "__defaults": [ + "forceDetachPolicies", + "maxSessionDuration", + "name", + "path" + ], + "assumeRolePolicy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}]}", + "forceDetachPolicies": false, + "maxSessionDuration": 3600, + "name": "example-aws-profile-instanceRole-role-9001a81", + "path": "/" + }, + "outputs": { + "arn": "arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81", + "assumeRolePolicy": "{\"Statement\":[{\"Action\":[\"sts:AssumeRole\"],\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]}}],\"Version\":\"2012-10-17\"}", + "createDate": "2024-11-13T18:04:58Z", + "description": "", + "forceDetachPolicies": false, + "id": "example-aws-profile-instanceRole-role-9001a81", + "inlinePolicies": [], + "managedPolicyArns": [], + "maxSessionDuration": 3600, + "name": "example-aws-profile-instanceRole-role-9001a81", + "namePrefix": "", + "path": "/", + "permissionsBoundary": "", + "uniqueId": "AROA5AWJ2ICQ6FMFSND75" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole", + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "assumeRolePolicy": [] + }, + "created": "2024-11-13T18:04:59.262835Z", + "modified": "2024-11-13T18:04:59.262835Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#53,22" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "custom": true, + "id": "example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001", + "type": "aws:iam/rolePolicyAttachment:RolePolicyAttachment", + "inputs": { + "__defaults": [], + "policyArn": "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy", + "role": "example-aws-profile-eksRole-role-eeb7a2e" + }, + "outputs": { + "id": "example-aws-profile-eksRole-role-eeb7a2e-20241113180459425200000001", + "policyArn": "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy", + "role": "example-aws-profile-eksRole-role-eeb7a2e" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-eksRole", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "policyArn": [], + "role": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + ] + }, + "created": "2024-11-13T18:04:59.646831Z", + "modified": "2024-11-13T18:04:59.646831Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#60,40" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "custom": true, + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002", + "type": "aws:iam/rolePolicyAttachment:RolePolicyAttachment", + "inputs": { + "__defaults": [], + "policyArn": "arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "outputs": { + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459447600000002", + "policyArn": "arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "policyArn": [], + "role": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ] + }, + "created": "2024-11-13T18:04:59.649238Z", + "modified": "2024-11-13T18:04:59.649238Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#60,40" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "custom": true, + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003", + "type": "aws:iam/rolePolicyAttachment:RolePolicyAttachment", + "inputs": { + "__defaults": [], + "policyArn": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "outputs": { + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459588200000003", + "policyArn": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "policyArn": [], + "role": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ] + }, + "created": "2024-11-13T18:04:59.700413Z", + "modified": "2024-11-13T18:04:59.700413Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#60,40" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "custom": true, + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004", + "type": "aws:iam/rolePolicyAttachment:RolePolicyAttachment", + "inputs": { + "__defaults": [], + "policyArn": "arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "outputs": { + "id": "example-aws-profile-instanceRole-role-9001a81-20241113180459617800000004", + "policyArn": "arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole::example-aws-profile-instanceRole", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "policyArn": [], + "role": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role" + ] + }, + "created": "2024-11-13T18:04:59.733258Z", + "modified": "2024-11-13T18:04:59.733258Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/servicerole.js#60,40" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile", + "custom": true, + "id": "example-aws-profile-instanceProfile-163af41", + "type": "aws:iam/instanceProfile:InstanceProfile", + "inputs": { + "__defaults": [ + "name", + "path" + ], + "name": "example-aws-profile-instanceProfile-163af41", + "path": "/", + "role": "example-aws-profile-instanceRole-role-9001a81" + }, + "outputs": { + "arn": "arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41", + "createDate": "2024-11-13T18:04:59Z", + "id": "example-aws-profile-instanceProfile-163af41", + "name": "example-aws-profile-instanceProfile-163af41", + "namePrefix": "", + "path": "/", + "role": "example-aws-profile-instanceRole-role-9001a81", + "uniqueId": "AIPA5AWJ2ICQ42CCSAVSV" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "role": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2" + ] + }, + "created": "2024-11-13T18:05:00.373018Z", + "modified": "2024-11-13T18:05:00.373018Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#48,27" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup", + "custom": true, + "id": "sg-011af0979ba81d69d", + "type": "aws:ec2/securityGroup:SecurityGroup", + "inputs": { + "__defaults": [ + "name" + ], + "description": "Managed by Pulumi", + "name": "example-aws-profile-eksClusterSecurityGroup-98fced2", + "revokeRulesOnDelete": true, + "tags": { + "Name": "example-aws-profile-eksClusterSecurityGroup" + }, + "tagsAll": { + "Name": "example-aws-profile-eksClusterSecurityGroup" + }, + "vpcId": "vpc-043be661de8760bec" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}", + "arn": "arn:aws:ec2:us-west-2:894850187425:security-group/sg-011af0979ba81d69d", + "description": "Managed by Pulumi", + "egress": [], + "id": "sg-011af0979ba81d69d", + "ingress": [], + "name": "example-aws-profile-eksClusterSecurityGroup-98fced2", + "namePrefix": "", + "ownerId": "894850187425", + "revokeRulesOnDelete": true, + "tags": { + "Name": "example-aws-profile-eksClusterSecurityGroup" + }, + "tagsAll": { + "Name": "example-aws-profile-eksClusterSecurityGroup" + }, + "vpcId": "vpc-043be661de8760bec" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "revokeRulesOnDelete": [], + "tags": [], + "vpcId": [] + }, + "created": "2024-11-13T18:05:00.963055Z", + "modified": "2024-11-13T18:05:00.963055Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#291,35" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterInternetEgressRule", + "custom": true, + "id": "sgrule-601043323", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "cidrBlocks": [ + "0.0.0.0/0" + ], + "description": "Allow internet access.", + "fromPort": 0, + "protocol": "-1", + "securityGroupId": "sg-011af0979ba81d69d", + "toPort": 0, + "type": "egress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": [ + "0.0.0.0/0" + ], + "description": "Allow internet access.", + "fromPort": 0, + "id": "sgrule-601043323", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "-1", + "securityGroupId": "sg-011af0979ba81d69d", + "securityGroupRuleId": "sgr-0e5a5ba63826ac318", + "self": false, + "sourceSecurityGroupId": null, + "toPort": 0, + "type": "egress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "cidrBlocks": [], + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:05:01.643628Z", + "modified": "2024-11-13T18:05:01.643628Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#296,46" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "custom": true, + "id": "example-aws-profile-eksCluster-abeb565", + "type": "aws:eks/cluster:Cluster", + "inputs": { + "__defaults": [ + "bootstrapSelfManagedAddons", + "name" + ], + "bootstrapSelfManagedAddons": true, + "name": "example-aws-profile-eksCluster-abeb565", + "roleArn": "arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e", + "tags": { + "Name": "example-aws-profile-eksCluster" + }, + "tagsAll": { + "Name": "example-aws-profile-eksCluster" + }, + "vpcConfig": { + "__defaults": [ + "endpointPrivateAccess", + "endpointPublicAccess" + ], + "endpointPrivateAccess": false, + "endpointPublicAccess": true, + "securityGroupIds": [ + "sg-011af0979ba81d69d" + ], + "subnetIds": [ + "subnet-03711d3b9b21b3a8e", + "subnet-06e8296c053e2b952", + "subnet-0fc2dc8f8ba906919", + "subnet-037f366816336db85" + ] + } + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1800000000000,\"delete\":900000000000,\"update\":3600000000000},\"schema_version\":\"1\"}", + "accessConfig": { + "authenticationMode": "CONFIG_MAP", + "bootstrapClusterCreatorAdminPermissions": true + }, + "arn": "arn:aws:eks:us-west-2:894850187425:cluster/example-aws-profile-eksCluster-abeb565", + "bootstrapSelfManagedAddons": true, + "certificateAuthorities": [ + { + "data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K" + } + ], + "certificateAuthority": { + "data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K" + }, + "clusterId": null, + "createdAt": "2024-11-13T18:05:03Z", + "defaultAddonsToRemoves": null, + "enabledClusterLogTypes": null, + "encryptionConfig": null, + "endpoint": "https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com", + "id": "example-aws-profile-eksCluster-abeb565", + "identities": [ + { + "oidcs": [ + { + "issuer": "https://oidc.eks.us-west-2.amazonaws.com/id/73E7F29FE0A879B43A898D1ECFF95588" + } + ] + } + ], + "kubernetesNetworkConfig": { + "ipFamily": "ipv4", + "serviceIpv4Cidr": "10.100.0.0/16", + "serviceIpv6Cidr": "" + }, + "name": "example-aws-profile-eksCluster-abeb565", + "outpostConfig": null, + "platformVersion": "eks.10", + "roleArn": "arn:aws:iam::894850187425:role/example-aws-profile-eksRole-role-eeb7a2e", + "status": "ACTIVE", + "tags": { + "Name": "example-aws-profile-eksCluster" + }, + "tagsAll": { + "Name": "example-aws-profile-eksCluster" + }, + "upgradePolicy": { + "supportType": "EXTENDED" + }, + "version": "1.31", + "vpcConfig": { + "clusterSecurityGroupId": "sg-030765dc6c109050b", + "endpointPrivateAccess": false, + "endpointPublicAccess": true, + "publicAccessCidrs": [ + "0.0.0.0/0" + ], + "securityGroupIds": [ + "sg-011af0979ba81d69d" + ], + "subnetIds": [ + "subnet-03711d3b9b21b3a8e", + "subnet-037f366816336db85", + "subnet-06e8296c053e2b952", + "subnet-0fc2dc8f8ba906919" + ], + "vpcId": "vpc-043be661de8760bec" + }, + "zonalShiftConfig": null + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "roleArn": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823" + ], + "tags": [], + "vpcConfig": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ] + }, + "created": "2024-11-13T18:13:15.863685Z", + "modified": "2024-11-13T18:13:15.863685Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#329,24", + "ignoreChanges": [ + "accessConfig.bootstrapClusterCreatorAdminPermissions" + ] + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup", + "custom": true, + "id": "sg-09d4f882558c1fe8f", + "type": "aws:ec2/securityGroup:SecurityGroup", + "inputs": { + "__defaults": [ + "name" + ], + "description": "Managed by Pulumi", + "name": "example-aws-profile-nodeSecurityGroup-950d86a", + "revokeRulesOnDelete": true, + "tags": { + "Name": "example-aws-profile-nodeSecurityGroup", + "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565": "owned" + }, + "tagsAll": { + "Name": "example-aws-profile-nodeSecurityGroup", + "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565": "owned" + }, + "vpcId": "vpc-043be661de8760bec" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":600000000000,\"delete\":900000000000},\"schema_version\":\"1\"}", + "arn": "arn:aws:ec2:us-west-2:894850187425:security-group/sg-09d4f882558c1fe8f", + "description": "Managed by Pulumi", + "egress": [], + "id": "sg-09d4f882558c1fe8f", + "ingress": [], + "name": "example-aws-profile-nodeSecurityGroup-950d86a", + "namePrefix": "", + "ownerId": "894850187425", + "revokeRulesOnDelete": true, + "tags": { + "Name": "example-aws-profile-nodeSecurityGroup", + "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565": "owned" + }, + "tagsAll": { + "Name": "example-aws-profile-nodeSecurityGroup", + "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565": "owned" + }, + "vpcId": "vpc-043be661de8760bec" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "revokeRulesOnDelete": [], + "tags": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "vpcId": [] + }, + "created": "2024-11-13T18:13:18.024418Z", + "modified": "2024-11-13T18:13:18.024418Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#59,31" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s", + "custom": true, + "id": "5efe055e-145c-4985-b0f1-72b7eb202186", + "type": "pulumi:providers:kubernetes", + "inputs": { + "__internal": {}, + "kubeconfig": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}", + "version": "4.15.0" + }, + "outputs": { + "kubeconfig": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}", + "version": "4.15.0" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "propertyDependencies": { + "kubeconfig": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ] + }, + "created": "2024-11-13T18:13:18.614228Z", + "modified": "2024-11-13T18:13:18.614228Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/node_modules/@pulumi/kubernetes/provider.js#50,9" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule", + "custom": true, + "id": "sgrule-814145170", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "description": "Allow pods to communicate with the cluster API Server", + "fromPort": 443, + "protocol": "tcp", + "securityGroupId": "sg-011af0979ba81d69d", + "sourceSecurityGroupId": "sg-09d4f882558c1fe8f", + "toPort": 443, + "type": "ingress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": null, + "description": "Allow pods to communicate with the cluster API Server", + "fromPort": 443, + "id": "sgrule-814145170", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "tcp", + "securityGroupId": "sg-011af0979ba81d69d", + "securityGroupRuleId": "sgr-0929fa3ad3c3bd4e9", + "self": false, + "sourceSecurityGroupId": "sg-09d4f882558c1fe8f", + "toPort": 443, + "type": "ingress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "sourceSecurityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:13:19.379709Z", + "modified": "2024-11-13T18:13:19.379709Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#100,35" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeClusterIngressRule", + "custom": true, + "id": "sgrule-70301125", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "description": "Allow worker Kubelets and pods to receive communication from the cluster control plane", + "fromPort": 1025, + "protocol": "tcp", + "securityGroupId": "sg-09d4f882558c1fe8f", + "sourceSecurityGroupId": "sg-011af0979ba81d69d", + "toPort": 65535, + "type": "ingress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": null, + "description": "Allow worker Kubelets and pods to receive communication from the cluster control plane", + "fromPort": 1025, + "id": "sgrule-70301125", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "tcp", + "securityGroupId": "sg-09d4f882558c1fe8f", + "securityGroupRuleId": "sgr-08a4e3a1667a29f1c", + "self": false, + "sourceSecurityGroupId": "sg-011af0979ba81d69d", + "toPort": 65535, + "type": "ingress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "sourceSecurityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:13:19.397144Z", + "modified": "2024-11-13T18:13:19.397144Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#73,36" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksExtApiServerClusterIngressRule", + "custom": true, + "id": "sgrule-303449590", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "description": "Allow pods running extension API servers on port 443 to receive communication from cluster control plane", + "fromPort": 443, + "protocol": "tcp", + "securityGroupId": "sg-09d4f882558c1fe8f", + "sourceSecurityGroupId": "sg-011af0979ba81d69d", + "toPort": 443, + "type": "ingress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": null, + "description": "Allow pods running extension API servers on port 443 to receive communication from cluster control plane", + "fromPort": 443, + "id": "sgrule-303449590", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "tcp", + "securityGroupId": "sg-09d4f882558c1fe8f", + "securityGroupRuleId": "sgr-09550390aaffceea4", + "self": false, + "sourceSecurityGroupId": "sg-011af0979ba81d69d", + "toPort": 443, + "type": "ingress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "sourceSecurityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-eksClusterSecurityGroup" + ], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:13:20.00074Z", + "modified": "2024-11-13T18:13:20.00074Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#82,44" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeInternetEgressRule", + "custom": true, + "id": "sgrule-3694089864", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "cidrBlocks": [ + "0.0.0.0/0" + ], + "description": "Allow internet access.", + "fromPort": 0, + "protocol": "-1", + "securityGroupId": "sg-09d4f882558c1fe8f", + "toPort": 0, + "type": "egress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": [ + "0.0.0.0/0" + ], + "description": "Allow internet access.", + "fromPort": 0, + "id": "sgrule-3694089864", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "-1", + "securityGroupId": "sg-09d4f882558c1fe8f", + "securityGroupRuleId": "sgr-0a56ff0512a71afdb", + "self": false, + "sourceSecurityGroupId": null, + "toPort": 0, + "type": "egress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "cidrBlocks": [], + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:13:20.61275Z", + "modified": "2024-11-13T18:13:20.61275Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#91,36" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess", + "custom": true, + "id": "kube-system/aws-auth", + "type": "kubernetes:core/v1:ConfigMap", + "inputs": { + "apiVersion": "v1", + "data": { + "mapRoles": "- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n" + }, + "immutable": false, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/patchForce": "true" + }, + "name": "aws-auth", + "namespace": "kube-system" + } + }, + "outputs": { + "__fieldManager": "pulumi-kubernetes-280aa328", + "__initialApiVersion": "v1", + "__inputs": { + "apiVersion": "v1", + "data": { + "mapRoles": "- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n" + }, + "immutable": false, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/patchForce": "true" + }, + "name": "aws-auth", + "namespace": "kube-system" + } + }, + "apiVersion": "v1", + "data": { + "mapRoles": "- rolearn: arn:aws:iam::894850187425:role/example-aws-profile-instanceRole-role-9001a81\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n" + }, + "immutable": false, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/patchForce": "true" + }, + "creationTimestamp": "2024-11-13T18:13:20Z", + "managedFields": [ + { + "apiVersion": "v1", + "fieldsType": "FieldsV1", + "fieldsV1": { + "f:data": { + "f:mapRoles": {} + }, + "f:immutable": {}, + "f:metadata": { + "f:annotations": { + "f:pulumi.com/patchForce": {} + } + } + }, + "manager": "pulumi-kubernetes-280aa328", + "operation": "Apply", + "time": "2024-11-13T18:13:20Z" + } + ], + "name": "aws-auth", + "namespace": "kube-system", + "resourceVersion": "757", + "uid": "05b18939-830b-49d5-b82e-ded49f388d05" + } + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2" + ], + "provider": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$pulumi:providers:kubernetes::example-aws-profile-eks-k8s::5efe055e-145c-4985-b0f1-72b7eb202186", + "propertyDependencies": { + "apiVersion": [], + "data": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2" + ], + "immutable": [], + "kind": [], + "metadata": [] + }, + "created": "2024-11-13T18:13:20.844003Z", + "modified": "2024-11-13T18:13:20.844003Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#524,25" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni", + "custom": false, + "type": "eks:index:VpcCniAddon", + "outputs": { + "addon": { + "4dabf18193072939515e22adb298388d": "5cf8f73096256a8f31e491e813e4eb8e", + "id": "example-aws-profile-eksCluster-abeb565:vpc-cni", + "packageVersion": "", + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni" + } + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess" + ], + "created": "2024-11-13T18:13:20.857125Z", + "modified": "2024-11-13T18:13:20.857125Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#582,11" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate", + "custom": true, + "id": "lt-097ec39ad47208b5e", + "type": "aws:ec2/launchTemplate:LaunchTemplate", + "inputs": { + "__defaults": [ + "name" + ], + "blockDeviceMappings": [], + "iamInstanceProfile": { + "__defaults": [], + "arn": "arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41" + }, + "imageId": "ami-0dd6eefa85f584e9f", + "instanceType": "t3.medium", + "name": "example-aws-profile-launchTemplate-df8221a", + "networkInterfaces": [ + { + "__defaults": [], + "associatePublicIpAddress": "true", + "securityGroups": [ + "sg-09d4f882558c1fe8f" + ] + } + ], + "userData": "TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg==" + }, + "outputs": { + "arn": "arn:aws:ec2:us-west-2:894850187425:launch-template/lt-097ec39ad47208b5e", + "blockDeviceMappings": [], + "capacityReservationSpecification": null, + "cpuOptions": null, + "creditSpecification": null, + "defaultVersion": 1, + "description": "", + "disableApiStop": false, + "disableApiTermination": false, + "ebsOptimized": "", + "elasticGpuSpecifications": [], + "elasticInferenceAccelerator": null, + "enclaveOptions": null, + "hibernationOptions": null, + "iamInstanceProfile": { + "arn": "arn:aws:iam::894850187425:instance-profile/example-aws-profile-instanceProfile-163af41", + "name": "" + }, + "id": "lt-097ec39ad47208b5e", + "imageId": "ami-0dd6eefa85f584e9f", + "instanceInitiatedShutdownBehavior": "", + "instanceMarketOptions": null, + "instanceRequirements": null, + "instanceType": "t3.medium", + "kernelId": "", + "keyName": "", + "latestVersion": 1, + "licenseSpecifications": [], + "maintenanceOptions": null, + "metadataOptions": null, + "monitoring": null, + "name": "example-aws-profile-launchTemplate-df8221a", + "namePrefix": "", + "networkInterfaces": [ + { + "associateCarrierIpAddress": "", + "associatePublicIpAddress": "true", + "deleteOnTermination": "", + "description": "", + "deviceIndex": 0, + "interfaceType": "", + "ipv4AddressCount": 0, + "ipv4Addresses": null, + "ipv4PrefixCount": 0, + "ipv4Prefixes": null, + "ipv6AddressCount": 0, + "ipv6Addresses": null, + "ipv6PrefixCount": 0, + "ipv6Prefixes": null, + "networkCardIndex": 0, + "networkInterfaceId": "", + "primaryIpv6": "", + "privateIpAddress": "", + "securityGroups": [ + "sg-09d4f882558c1fe8f" + ], + "subnetId": "" + } + ], + "placement": null, + "privateDnsNameOptions": null, + "ramDiskId": "", + "securityGroupNames": null, + "tagSpecifications": [], + "updateDefaultVersion": null, + "userData": "TUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvbWl4ZWQ7IGJvdW5kYXJ5PSJCT1VOREFSWSIKCi0tQk9VTkRBUlkKQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9ub2RlLmVrcy5hd3MKCi0tLQphcGlWZXJzaW9uOiBub2RlLmVrcy5hd3MvdjFhbHBoYTEKa2luZDogTm9kZUNvbmZpZwpzcGVjOgogIGNsdXN0ZXI6CiAgICBuYW1lOiBleGFtcGxlLWF3cy1wcm9maWxlLWVrc0NsdXN0ZXItYWJlYjU2NQogICAgYXBpU2VydmVyRW5kcG9pbnQ6IGh0dHBzOi8vNzNFN0YyOUZFMEE4NzlCNDNBODk4RDFFQ0ZGOTU1ODguZ3I3LnVzLXdlc3QtMi5la3MuYW1hem9uYXdzLmNvbQogICAgY2VydGlmaWNhdGVBdXRob3JpdHk6ID4tCiAgICAgIExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJDVkVORFFXVXlaMEYzU1VKQlowbEpaVzUwYkc5aFNEVlhNMGwzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRrUkZlRTFVVFhoUFJFRXhUV3BHWVVaM01IcE9SRVY0VFZSRmVFOUVSWGROYWtaaFRVSlZlQXBGZWtGU1FtZE9Wa0pCVFZSRGJYUXhXVzFXZVdKdFZqQmFXRTEzWjJkRmFVMUJNRWREVTNGSFUwbGlNMFJSUlVKQlVWVkJRVFJKUWtSM1FYZG5aMFZMQ2tGdlNVSkJVVU0xWVcxVVYxVjFZa2hCUWtWU1RITmhla1p2Y1RNdlUzaGpXRmRZZUhZckwyVmhTWEkwVkVjeVNYbDFSWGxMYWxWcVYyTTRRMnRyT0ZBS1lYTnVURmhFZVZGeFRFWjNNMWgxZEdKRVFqUXZVMnR4UWtkM1oxcExjM2cxZWpocmQzcElZVzkxVnpOUGMyNXZlWFJrUVhKRlZ6UTVkbUZEWkRCelpBcG5SaXRxYVhsNmIxWkNObFo0ZGtOdlNXZEhlRmN4V2paMlpYSmhUeTlEV25OeVNXdzFUVVkwUTJSRlNuaEhVMDgyZEdsS0wwNUpZVXhUTlc1WVlsWm5DbGhsWWtOVVN6SkZSbTloVDFoNU9EQkdhMGRvVjNsNVFYZGtURVp6T1ZRMGRHSk5lbmM0U21veE5sbFJiWFo1WTJwallTOWFhRVl6T0dsM01tczNOMllLT1ZZeWJERm5VbXBpUlUxTVdFNDJhV3RYU2pjdldqQlVVRE42VEM5cU0yNVVOazl4WkdGQ1VubEdSMEpQUVVNMEwxTlJRWGRRVmxCNFRtTkNRelJrTWdwWWMzSnJSMjVPTmt4NGVXUnROVGRYVGtWV1ZubGpaWHB0VDNkNFFXZE5Ra0ZCUjJwWFZFSllUVUUwUjBFeFZXUkVkMFZDTDNkUlJVRjNTVU53UkVGUUNrSm5UbFpJVWsxQ1FXWTRSVUpVUVVSQlVVZ3ZUVUl3UjBFeFZXUkVaMUZYUWtKVVp5OHdkWE55YTFKV1JHdEdSbEp4YldaNWJHMWtVMmd3U0RoRVFWWUtRbWRPVmtoU1JVVkVha0ZOWjJkd2NtUlhTbXhqYlRWc1pFZFdlazFCTUVkRFUzRkhVMGxpTTBSUlJVSkRkMVZCUVRSSlFrRlJRa3hWUkhseGIxbGpRUXBYTkVaM1JWVjFOMjF4UVdsdGJuRXJLMkppUmxOYVluRXdRazV1ZDBOMVZTdFNNR3dyYTJwUWNEZDNPR0Y0Vm05S1NHWXJUMFk0V0VGclRHSTBSa0ZvQ2t0clUxcG1hMnBaYUZsaWVXMVZNbVp0UlhCNmRsbExUWEpXUTJsNFdUVlBjelJwWTNocmRqQm5OWEF3YW5KcVFtNDBkbUp0ZG5rdllUVTVWMlZOYVVjS2NrazBaM1pUTkZsRVVHOWxUMUJOVjBWUFRpdHlSMXAyUjB0amIwWnFOMEU1WlhOWU1ucHhZbFUxVG5RMVZEUnZhVEZtYTNGeWRtRlFUUzlCY1VoSFF3cHVOR1pCYkVac1JFZE1jVE0xTUVGbWVIaFhSbFZqYm5VemJFeG9Ua2RuWkRodGEwTnFWVGwwUW1jdlVXMU1VR1JhZDNodVVVRk5XRVZEYzFaR0syVnRDa2xuT0VaUk0xRjFSVmw0V0ZObVZrMUNRMDh5VWpGdVpsWndhbUZLUVZSSWVrdHlTVGRxYnl0cGNtVTRkRkJVTmxOcWVFSkdPWGMyZVhsTlJpdGhNVE1LVTNGaFZHMWlUWEJDTW05dkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgY2lkcjogMTAuMTAwLjAuMC8xNgoKLS1CT1VOREFSWS0tCg==", + "vpcSecurityGroupIds": null + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "blockDeviceMappings": [], + "iamInstanceProfile": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:iam/instanceProfile:InstanceProfile::example-aws-profile-instanceProfile", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + ], + "imageId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97" + ], + "instanceType": [], + "networkInterfaces": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksClusterIngressRule", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "userData": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role" + ] + }, + "created": "2024-11-13T18:13:21.088918Z", + "modified": "2024-11-13T18:13:21.088918Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/nodegroup.js#746,32" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::example-aws-profile-eksNodeIngressRule", + "custom": true, + "id": "sgrule-506655535", + "type": "aws:ec2/securityGroupRule:SecurityGroupRule", + "inputs": { + "__defaults": [], + "description": "Allow nodes to communicate with each other", + "fromPort": 0, + "protocol": "-1", + "securityGroupId": "sg-09d4f882558c1fe8f", + "self": true, + "toPort": 0, + "type": "ingress" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":300000000000},\"schema_version\":\"2\"}", + "cidrBlocks": null, + "description": "Allow nodes to communicate with each other", + "fromPort": 0, + "id": "sgrule-506655535", + "ipv6CidrBlocks": null, + "prefixListIds": null, + "protocol": "-1", + "securityGroupId": "sg-09d4f882558c1fe8f", + "securityGroupRuleId": "sgr-04cd0a381201c0595", + "self": true, + "sourceSecurityGroupId": null, + "toPort": 0, + "type": "ingress" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "description": [], + "fromPort": [], + "protocol": [], + "securityGroupId": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::example-aws-profile-nodeSecurityGroup" + ], + "self": [], + "toPort": [], + "type": [] + }, + "created": "2024-11-13T18:13:21.189908Z", + "modified": "2024-11-13T18:13:21.189908Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/securitygroup.js#64,29" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/addon:Addon::example-aws-profile-kube-proxy", + "custom": true, + "id": "example-aws-profile-eksCluster-abeb565:kube-proxy", + "type": "aws:eks/addon:Addon", + "inputs": { + "__defaults": [], + "addonName": "kube-proxy", + "addonVersion": "v1.31.1-eksbuild.2", + "clusterName": "example-aws-profile-eksCluster-abeb565", + "preserve": true, + "resolveConflictsOnCreate": "OVERWRITE", + "resolveConflictsOnUpdate": "OVERWRITE" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}", + "addonName": "kube-proxy", + "addonVersion": "v1.31.1-eksbuild.2", + "arn": "arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/kube-proxy/72c9935d-6a75-5f60-f0b6-d77fa7a4b078", + "clusterName": "example-aws-profile-eksCluster-abeb565", + "configurationValues": "", + "createdAt": "2024-11-13T18:13:18Z", + "id": "example-aws-profile-eksCluster-abeb565:kube-proxy", + "modifiedAt": "2024-11-13T18:13:25Z", + "podIdentityAssociations": [], + "preserve": true, + "resolveConflicts": null, + "resolveConflictsOnCreate": "OVERWRITE", + "resolveConflictsOnUpdate": "OVERWRITE", + "serviceAccountRoleArn": "" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "addonName": [], + "addonVersion": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "clusterName": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "preserve": [], + "resolveConflictsOnCreate": [], + "resolveConflictsOnUpdate": [] + }, + "created": "2024-11-13T18:13:26.570104Z", + "modified": "2024-11-13T18:13:26.570104Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cluster.js#383,32" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni", + "custom": true, + "id": "example-aws-profile-eksCluster-abeb565:vpc-cni", + "type": "aws:eks/addon:Addon", + "inputs": { + "__defaults": [], + "addonName": "vpc-cni", + "addonVersion": "v1.18.6-eksbuild.1", + "clusterName": "example-aws-profile-eksCluster-abeb565", + "configurationValues": "{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}", + "preserve": true, + "resolveConflictsOnCreate": "OVERWRITE", + "resolveConflictsOnUpdate": "OVERWRITE" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"create\":1200000000000,\"delete\":2400000000000,\"update\":1200000000000}}", + "addonName": "vpc-cni", + "addonVersion": "v1.18.6-eksbuild.1", + "arn": "arn:aws:eks:us-west-2:894850187425:addon/example-aws-profile-eksCluster-abeb565/vpc-cni/34c9935d-6ee2-ab20-52b8-b2f0ad1db914", + "clusterName": "example-aws-profile-eksCluster-abeb565", + "configurationValues": "{\"env\":{\"AWS_VPC_ENI_MTU\":\"9001\",\"AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG\":\"false\",\"AWS_VPC_K8S_CNI_EXTERNALSNAT\":\"false\",\"AWS_VPC_K8S_CNI_LOGLEVEL\":\"DEBUG\",\"AWS_VPC_K8S_CNI_LOG_FILE\":\"/host/var/log/aws-routed-eni/ipamd.log\",\"AWS_VPC_K8S_CNI_VETHPREFIX\":\"eni\",\"AWS_VPC_K8S_PLUGIN_LOG_FILE\":\"/var/log/aws-routed-eni/plugin.log\",\"AWS_VPC_K8S_PLUGIN_LOG_LEVEL\":\"DEBUG\",\"ENABLE_POD_ENI\":\"false\",\"WARM_ENI_TARGET\":\"1\"},\"init\":{\"env\":{\"DISABLE_TCP_EARLY_DEMUX\":\"false\"}}}", + "createdAt": "2024-11-13T18:13:21Z", + "id": "example-aws-profile-eksCluster-abeb565:vpc-cni", + "modifiedAt": "2024-11-13T18:13:28Z", + "podIdentityAssociations": [], + "preserve": true, + "resolveConflicts": null, + "resolveConflictsOnCreate": "OVERWRITE", + "resolveConflictsOnUpdate": "OVERWRITE", + "serviceAccountRoleArn": "" + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon::example-aws-profile-vpc-cni", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "addonName": [], + "addonVersion": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "clusterName": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "configurationValues": [], + "preserve": [], + "resolveConflictsOnCreate": [], + "resolveConflictsOnUpdate": [] + }, + "created": "2024-11-13T18:13:35.102987Z", + "modified": "2024-11-13T18:13:35.102987Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/cni-addon.js#59,23" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:autoscaling/group:Group::example-aws-profile", + "custom": true, + "id": "example-aws-profile-481815a", + "type": "aws:autoscaling/group:Group", + "inputs": { + "__defaults": [ + "forceDelete", + "forceDeleteWarmPool", + "healthCheckGracePeriod", + "ignoreFailedScalingActivities", + "metricsGranularity", + "name", + "protectFromScaleIn", + "waitForCapacityTimeout" + ], + "desiredCapacity": 2, + "forceDelete": false, + "forceDeleteWarmPool": false, + "healthCheckGracePeriod": 300, + "ignoreFailedScalingActivities": false, + "instanceRefresh": { + "__defaults": [], + "preferences": { + "__defaults": [ + "maxHealthyPercentage", + "scaleInProtectedInstances", + "skipMatching", + "standbyInstances" + ], + "maxHealthyPercentage": 100, + "minHealthyPercentage": 50, + "scaleInProtectedInstances": "Ignore", + "skipMatching": false, + "standbyInstances": "Ignore" + }, + "strategy": "Rolling" + }, + "launchTemplate": { + "__defaults": [], + "name": "example-aws-profile-launchTemplate-df8221a", + "version": "1" + }, + "maxSize": 2, + "metricsGranularity": "1Minute", + "minSize": 1, + "name": "example-aws-profile-481815a", + "protectFromScaleIn": false, + "tags": [ + { + "__defaults": [], + "key": "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565", + "propagateAtLaunch": true, + "value": "owned" + }, + { + "__defaults": [], + "key": "Name", + "propagateAtLaunch": true, + "value": "example-aws-profile-eksCluster-abeb565-worker" + } + ], + "vpcZoneIdentifiers": [ + "subnet-03711d3b9b21b3a8e", + "subnet-06e8296c053e2b952", + "subnet-0fc2dc8f8ba906919", + "subnet-037f366816336db85" + ], + "waitForCapacityTimeout": "10m" + }, + "outputs": { + "__meta": "{\"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0\":{\"delete\":600000000000,\"update\":600000000000},\"schema_version\":\"1\"}", + "arn": "arn:aws:autoscaling:us-west-2:894850187425:autoScalingGroup:65e8a4d7-294a-499f-9af1-650ca2db3825:autoScalingGroupName/example-aws-profile-481815a", + "availabilityZones": [ + "us-west-2a", + "us-west-2b", + "us-west-2c", + "us-west-2d" + ], + "capacityRebalance": false, + "context": "", + "defaultCooldown": 300, + "defaultInstanceWarmup": 0, + "desiredCapacity": 2, + "desiredCapacityType": "", + "enabledMetrics": null, + "forceDelete": false, + "forceDeleteWarmPool": false, + "healthCheckGracePeriod": 300, + "healthCheckType": "EC2", + "id": "example-aws-profile-481815a", + "ignoreFailedScailingActivities": false, + "ignoreFailedScalingActivities": false, + "initialLifecycleHooks": [], + "instanceMaintenancePolicy": null, + "instanceRefresh": { + "preferences": { + "alarmSpecification": null, + "autoRollback": false, + "checkpointDelay": "", + "checkpointPercentages": null, + "instanceWarmup": "", + "maxHealthyPercentage": 100, + "minHealthyPercentage": 50, + "scaleInProtectedInstances": "Ignore", + "skipMatching": false, + "standbyInstances": "Ignore" + }, + "strategy": "Rolling", + "triggers": null + }, + "launchConfiguration": "", + "launchTemplate": { + "id": "lt-097ec39ad47208b5e", + "name": "example-aws-profile-launchTemplate-df8221a", + "version": "1" + }, + "loadBalancers": [], + "maxInstanceLifetime": 0, + "maxSize": 2, + "metricsGranularity": "1Minute", + "minElbCapacity": null, + "minSize": 1, + "mixedInstancesPolicy": null, + "name": "example-aws-profile-481815a", + "namePrefix": "", + "placementGroup": "", + "predictedCapacity": 0, + "protectFromScaleIn": false, + "serviceLinkedRoleArn": "arn:aws:iam::894850187425:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling", + "suspendedProcesses": null, + "tags": [ + { + "key": "Name", + "propagateAtLaunch": true, + "value": "example-aws-profile-eksCluster-abeb565-worker" + }, + { + "key": "kubernetes.io/cluster/example-aws-profile-eksCluster-abeb565", + "propagateAtLaunch": true, + "value": "owned" + } + ], + "targetGroupArns": [], + "terminationPolicies": null, + "trafficSources": [], + "vpcZoneIdentifiers": [ + "subnet-03711d3b9b21b3a8e", + "subnet-037f366816336db85", + "subnet-06e8296c053e2b952", + "subnet-0fc2dc8f8ba906919" + ], + "waitForCapacityTimeout": "10m", + "waitForElbCapacity": null, + "warmPool": null, + "warmPoolSize": 0 + }, + "parent": "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:VpcCniAddon$aws:eks/addon:Addon::example-aws-profile-vpc-cni", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$kubernetes:core/v1:ConfigMap::example-aws-profile-nodeAccess" + ], + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:aws::aws-provider::b2ec118f-93ac-4691-937d-fad1238a2805", + "propertyDependencies": { + "desiredCapacity": [], + "instanceRefresh": [], + "launchTemplate": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:ec2/launchTemplate:LaunchTemplate::example-aws-profile-launchTemplate" + ], + "maxSize": [], + "minSize": [], + "tags": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823" + ], + "vpcZoneIdentifiers": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-e1b295bd", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-3eb088f2", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-eksRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-eksRole-4b490823", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/role:Role::example-aws-profile-instanceRole-role", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$eks:index:ServiceRole$aws:iam/rolePolicyAttachment:RolePolicyAttachment::example-aws-profile-instanceRole-03516f97" + ] + }, + "created": "2024-11-13T18:14:00.681231Z", + "modified": "2024-11-13T18:14:00.681231Z", + "sourcePosition": "project:///../../../../../../../../../snapshot/eks/bin/nodegroup.js#805,21" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::pulumi:providers:kubernetes::with-kubeconfig", + "custom": true, + "id": "e3078458-d144-4d28-9712-3f7547869a89", + "type": "pulumi:providers:kubernetes", + "inputs": { + "__internal": {}, + "kubeconfig": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}", + "version": "4.18.3" + }, + "outputs": { + "kubeconfig": "{\"apiVersion\":\"v1\",\"clusters\":[{\"cluster\":{\"server\":\"https://73E7F29FE0A879B43A898D1ECFF95588.gr7.us-west-2.eks.amazonaws.com\",\"certificate-authority-data\":\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJZW50bG9hSDVXM0l3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TkRFeE1UTXhPREExTWpGYUZ3MHpOREV4TVRFeE9ERXdNakZhTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUM1YW1UV1V1YkhBQkVSTHNhekZvcTMvU3hjWFdYeHYrL2VhSXI0VEcySXl1RXlLalVqV2M4Q2trOFAKYXNuTFhEeVFxTEZ3M1h1dGJEQjQvU2txQkd3Z1pLc3g1ejhrd3pIYW91VzNPc25veXRkQXJFVzQ5dmFDZDBzZApnRitqaXl6b1ZCNlZ4dkNvSWdHeFcxWjZ2ZXJhTy9DWnNySWw1TUY0Q2RFSnhHU082dGlKL05JYUxTNW5YYlZnClhlYkNUSzJFRm9hT1h5ODBGa0doV3l5QXdkTEZzOVQ0dGJNenc4SmoxNllRbXZ5Y2pjYS9aaEYzOGl3Mms3N2YKOVYybDFnUmpiRU1MWE42aWtXSjcvWjBUUDN6TC9qM25UNk9xZGFCUnlGR0JPQUM0L1NRQXdQVlB4TmNCQzRkMgpYc3JrR25ONkx4eWRtNTdXTkVWVnljZXptT3d4QWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQkJUZy8wdXNya1JWRGtGRlJxbWZ5bG1kU2gwSDhEQVYKQmdOVkhSRUVEakFNZ2dwcmRXSmxjbTVsZEdWek1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQkxVRHlxb1ljQQpXNEZ3RVV1N21xQWltbnErK2JiRlNaYnEwQk5ud0N1VStSMGwra2pQcDd3OGF4Vm9KSGYrT0Y4WEFrTGI0RkFoCktrU1pma2pZaFlieW1VMmZtRXB6dllLTXJWQ2l4WTVPczRpY3hrdjBnNXAwanJqQm40dmJtdnkvYTU5V2VNaUcKckk0Z3ZTNFlEUG9lT1BNV0VPTityR1p2R0tjb0ZqN0E5ZXNYMnpxYlU1TnQ1VDRvaTFma3FydmFQTS9BcUhHQwpuNGZBbEZsREdMcTM1MEFmeHhXRlVjbnUzbExoTkdnZDhta0NqVTl0QmcvUW1MUGRad3huUUFNWEVDc1ZGK2VtCklnOEZRM1F1RVl4WFNmVk1CQ08yUjFuZlZwamFKQVRIektySTdqbytpcmU4dFBUNlNqeEJGOXc2eXlNRithMTMKU3FhVG1iTXBCMm9vCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"},\"name\":\"kubernetes\"}],\"contexts\":[{\"context\":{\"cluster\":\"kubernetes\",\"user\":\"aws\"},\"name\":\"aws\"}],\"current-context\":\"aws\",\"kind\":\"Config\",\"users\":[{\"name\":\"aws\",\"user\":{\"exec\":{\"apiVersion\":\"client.authentication.k8s.io/v1beta1\",\"command\":\"aws\",\"args\":[\"eks\",\"get-token\",\"--cluster-name\",\"example-aws-profile-eksCluster-abeb565\",\"--output\",\"json\"],\"env\":[{\"name\":\"KUBERNETES_EXEC_INFO\",\"value\":\"{\\\"apiVersion\\\": \\\"client.authentication.k8s.io/v1beta1\\\"}\"},{\"name\":\"AWS_PROFILE\",\"value\":\"aws-profile-node\"}]}}}]}", + "version": "4.18.3" + }, + "parent": "urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test", + "dependencies": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster" + ], + "propertyDependencies": { + "kubeconfig": [ + "urn:pulumi:test::example-aws-profile::eks:index:Cluster$aws:eks/cluster:Cluster::example-aws-profile-eksCluster", + "urn:pulumi:test::example-aws-profile::eks:index:Cluster::example-aws-profile" + ] + }, + "created": "2024-11-13T18:14:01.587684Z", + "modified": "2024-11-13T18:14:01.587684Z", + "sourcePosition": "project:///node_modules/@pulumi/provider.ts#57,9" + }, + { + "urn": "urn:pulumi:test::example-aws-profile::kubernetes:core/v1:ConfigMap::cm", + "custom": true, + "id": "default/cm-c888bb3e", + "type": "kubernetes:core/v1:ConfigMap", + "inputs": { + "apiVersion": "v1", + "data": { + "foo": "bar" + }, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/autonamed": "true" + }, + "name": "cm-c888bb3e", + "namespace": "default" + } + }, + "outputs": { + "__fieldManager": "pulumi-kubernetes-741fca36", + "__initialApiVersion": "v1", + "__inputs": { + "apiVersion": "v1", + "data": { + "foo": "bar" + }, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/autonamed": "true" + }, + "name": "cm-c888bb3e", + "namespace": "default" + } + }, + "apiVersion": "v1", + "data": { + "foo": "bar" + }, + "kind": "ConfigMap", + "metadata": { + "annotations": { + "pulumi.com/autonamed": "true" + }, + "creationTimestamp": "2024-11-13T18:14:02Z", + "managedFields": [ + { + "apiVersion": "v1", + "fieldsType": "FieldsV1", + "fieldsV1": { + "f:data": { + "f:foo": {} + }, + "f:metadata": { + "f:annotations": { + "f:pulumi.com/autonamed": {} + } + } + }, + "manager": "pulumi-kubernetes-741fca36", + "operation": "Apply", + "time": "2024-11-13T18:14:02Z" + } + ], + "name": "cm-c888bb3e", + "namespace": "default", + "resourceVersion": "874", + "uid": "21390654-a20b-4a75-89fa-cd21615794b7" + } + }, + "parent": "urn:pulumi:test::example-aws-profile::pulumi:pulumi:Stack::example-aws-profile-test", + "provider": "urn:pulumi:test::example-aws-profile::pulumi:providers:kubernetes::with-kubeconfig::e3078458-d144-4d28-9712-3f7547869a89", + "propertyDependencies": { + "apiVersion": [], + "data": [], + "kind": [] + }, + "created": "2024-11-13T18:14:02.711208Z", + "modified": "2024-11-13T18:14:02.711208Z", + "sourcePosition": "project:///index.ts#46,1" + } + ] + } +} \ No newline at end of file