-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for nested objects in output #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pipes are failing with go mod tidy
please double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a rebase and it would be good to include non-sensitive object and list outputs in the output tests to ensure that it works and that nothing breaks it in the future.
That was an accidental close. @bdwyertech Could you please rebase the PR? |
any news on this? I'd like to use list outputs from the provider in a composition without hacks and I guess this is the stuff I'm waiting for... |
Signed-off-by: Yury Tsarev <yury@upbound.io>
Signed-off-by: Yury Tsarev <yury@upbound.io>
Signed-off-by: Yury Tsarev <yury@upbound.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution, @bdwyertech !
Tested it e2e, it looks just great 👍
status:
atProvider:
outputs:
subnet_data:
arn: arn:aws:ec2:eu-west-1:12345:subnet/subnet-0481765836942e835
id: subnet-0481765836942e835
vpc_id: vpc-05d50d36843b95bc3
I've extended this PR with the associated example, linter, and pipeline dependency fixes.
@bobh66 as I added my own commits to this PR, can you please take a look before the final merge?
Description of your changes
Add support for nested object output.
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested