pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

Expose Cluster name as an output for use in other resources

Open stack72 opened this issue 3 years ago • 2 comments

Fixes: #607

stack72 avatar Jul 29 '22 19:07 stack72

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

github-actions[bot] avatar Jul 29 '22 19:07 github-actions[bot]

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

github-actions[bot] avatar Jul 29 '22 20:07 github-actions[bot]

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

github-actions[bot] avatar Oct 06 '22 16:10 github-actions[bot]

Looks like the new test is failing. Will need to be fixed before merging

lblackstone avatar Oct 06 '22 17:10 lblackstone

Looks like the new test is failing. Will need to be fixed before merging

The issue is that the value isn't actually being exposed when you run Pulumi up using a non-nodejs language

stack72 avatar Oct 06 '22 17:10 stack72

Error source for anyone looking:

          	Error Trace:	examples_py_test.go:68
          	            				program.go:1611
          	            				program.go:1281
          	Error:      	Should NOT be empty, but was <nil>
          	Test:       	TestAccClusterPy
      examples_py_test.go:69: 
          	Error Trace:	examples_py_test.go:69
          	            				program.go:1611
          	            				program.go:1281
          	Error:      	Should NOT be empty, but was <nil>
          	Test:       	TestAccClusterPy
      program.go:1612: Extra runtime validation complete.
      command.go:34: **** Invoke '/home/runner/.pulumi/bin/pulumi refresh --non-interactive --yes --skip-preview' in '/tmp/p-it-fv-az619-1-cluster-py-54d081d0-1706690826'
  Refreshing (p-it-fv-az619-1-cluster-py-54d081d0)

danielrbradley avatar Oct 07 '22 18:10 danielrbradley