Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: Initial MoveResourceState implementation #1307

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Commits on Jan 29, 2024

  1. all: Initial MoveResourceState implementation

    Reference: hashicorp/terraform-plugin-go#351
    Reference: https://developer.hashicorp.com/terraform/plugin/framework/migrating
    
    The next versions of the plugin protocol (5.5/6.5) include support for moving resource state across resource types. The terraform-plugin-sdk Go module will not be receiving this feature, however this Go module must be updated to handle the new RPC with errors.
    
    Provider developers can implement move resource state in their terraform-plugin-sdk based providers by following the framework migration documentation to introduce terraform-plugin-mux and migrating the resource type to terraform-plugin-framework.
    bflad committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    da34694 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #1307

    bflad committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9653c96 View commit details
    Browse the repository at this point in the history