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

Get provider schema properly #34

Merged
merged 4 commits into from
Aug 26, 2024
Merged

Commits on Aug 26, 2024

  1. Mention Terraform provider version

    This addition in the provider info tells the Pulumi Bridge that the Go module of the provider is now at v2. This ensures that we fetch the provider properly without any silent errors.
    edif2008 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1b0098d View commit details
    Browse the repository at this point in the history
  2. Re-generate data based on resource config

    This was regenerated using `make build_sdks`
    edif2008 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3919f48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1514b3c View commit details
    Browse the repository at this point in the history
  4. Remove ignored files

    The files are now properly generated, so they can be removed from ignored files to check to ensure they're up to date.
    edif2008 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    668cf0b View commit details
    Browse the repository at this point in the history