Skip to content

Migration to Terraform Plugin Framework? #9

@floehden

Description

@floehden

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions