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

Fix Framework allows top-level schema attributes that conflict with Terraform meta-arguments #548

Merged
merged 4 commits into from Dec 12, 2022

Commits on Dec 1, 2022

  1. Adding Validate() function to provider, resource and data source sche…

    …ma and to provider metaschema to prevent the use of reserved names for top-level attributes and blocks and invalid names for attributes and blocks at any level of nesting (#136)
    bendbennett committed Dec 1, 2022
    Copy the full SHA
    b13eb0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fa17494 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Apply suggestions from code review

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    bendbennett and bflad committed Dec 12, 2022
    Copy the full SHA
    3b6ca6a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    492e756 View commit details
    Browse the repository at this point in the history