terraform-plugin-framework now supports dynamic types and attributes. This gives provider developers an escape hatch out of the static type system and helps support concepts such as OpenAPI definitions which use the any type.
Proposal
Similar to other static type/attribute handling, add support for dynamic type/attribute handling.
Use Cases or Problem Statement
terraform-plugin-framework now supports dynamic types and attributes. This gives provider developers an escape hatch out of the static type system and helps support concepts such as OpenAPI definitions which use the any type.
Proposal
Similar to other static type/attribute handling, add support for dynamic type/attribute handling.
Additional Information
Code of Conduct