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: Migrate implementations to support terraform-plugin-framework version 0.17.0 #80

Merged
merged 4 commits into from Nov 30, 2022

Commits on Nov 25, 2022

  1. all: Migrate implementations to support terraform-plugin-framework ve…

    …rsion 0.17.0
    
    The next terraform-plugin-framework version will have separate `datasource/schema`, `provider/schema`, and `resource/schema` packages which use the type-specific `schema/validator` interfaces. This change updates all schema-based validators to the new interfaces. In the cases where the validators did not match a single type (e.g. `metavalidator`, `schemavalidator` package validators), those validators are now present in all the type-specific validator packages.
    bflad committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4745756 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #80

    bflad committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    fea7d90 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    d546ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee0c5fc View commit details
    Browse the repository at this point in the history