Relative Content

Tag Archive for goansibleterraform

How can I read JSON data in a variable with type of `types.Dynamic`?

I am writing a Custom Terraform Provider for Ansible Forms using the Terraform plugin framework (GitHub – hashicorp/terraform-plugin-framework: A next-generation framework for building Terraform providers. v1.8.0). How can I read JSON string in a field with type types.Dynamic? The JSON string itself contains a map where values types are different.