hashicorp / terraform-plugin-codegen-framework

Terraform Provider Code Generation Specification to Framework
Mozilla Public License 2.0
39 stars 16 forks source link

Support Dynamic Types and Attributes #132

Open bflad opened 6 months ago

bflad commented 6 months ago

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