-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hashicorp suggests migrating from the terraform plugin SDKv2 to the terraform plugin framework as it has significant benefits.
- Better abstraction
-
- Separate Packages for Each Type
-
- Significantly Improved Data Access
-
- Control Over Built-In Behaviors
- Idiomatic Go Patterns
-
- Interfaces Instead of Declarative Structs
-
- Request and Response Pattern
-
- Context Availability
-
- Less Type Assertions
- Extensibility
Would that also be interesting for this provider?
Here would be a migration guide: https://developer.hashicorp.com/terraform/plugin/framework/migrating
Metadata
Metadata
Assignees
Labels
No labels