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

resource/schema: New packages which contain type-specific schema plan modifier implementations #565

Merged
merged 2 commits into from Nov 30, 2022

Commits on Nov 30, 2022

  1. resource/schema: New packages which contain type-specific schema plan…

    … modifier implementations
    
    Reference: #132
    
    When developers migrate from `tfsdk.Schema` to `resource/schema.Schema`, they will need to also migrate to the type-specific plan modifiers. New packages have been introduced under `resource/schema`, such as `resource/schema/stringplanmodifier`. The existing plan modifiers are deprecated, similar to the `tfsdk` schema handling.
    bflad committed Nov 30, 2022
    Copy the full SHA
    d78d4c7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #565

    bflad committed Nov 30, 2022
    Copy the full SHA
    ab00a05 View commit details
    Browse the repository at this point in the history