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

generate precise resource types during validate #29862

Merged
merged 2 commits into from
Nov 3, 2021

Commits on Nov 2, 2021

  1. generate precise resource types during validate

    Allow `GetResource` to return correct types values during validation,
    rather than relying on `cty.DynamicVal` as a placeholder. This allows
    other dependent expressions to be more correctly evaluated.
    jbardin committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6b8b061 View commit details
    Browse the repository at this point in the history
  2. we don't need an abs provider address

    We only lookup providers by provider type to get the schema, so there's
    no reason to generate anything more specific.
    jbardin committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    647d360 View commit details
    Browse the repository at this point in the history