This repository was archived by the owner on Feb 11, 2025. It is now read-only.
[Question] Is it possible to transform Outputs that are JSON string? #133
Labels
enhancement
New feature or request
What problem are you facing?
Hi!
I have been attempting to use this provider as a way to get information about a vpc. For example I have a workspace similar to the one in the examples.
The problem im facing is that im using the
status.share.vpc_private_subnets
value in another resource that expectsthis to be of type array
error message
I'm new to Crossplane so i'm not sure if its possible to convert the string
'["id-222", "id-111"]'
into an array?The text was updated successfully, but these errors were encountered: