You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sergiomcalzada thanks for mentioning this.
Unfortunately, the Terraform Plugin framework we are using does not allow outputs of complex types (only primitive).
Terraform has a newer framework which I think allows this, but we have not tested it yet.
@sergiomcalzada currently we don't have plans to switch to a new TF plugin framework for the provider - we have not tested it, it's relatively new, and will need time to switch the provider to use it, implement and test.
We've discussed that, but no ETA on the implementation.
We do convert the objects returned from the provider to strings as well, then in terraform we convert them back to objects.
Describe the Feature
After mergin the files you need to convert to an object the string. If you are chaining the merge a double encode is needed
Use Case
Describe Ideal Solution
Expose the merged string as an object
The text was updated successfully, but these errors were encountered: