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

Enable terraform-plugin-mux for Framework base support in 4.0 #26057

Merged
merged 24 commits into from
Jul 22, 2024

Commits on Jul 12, 2024

  1. Switch over to Framework Mux

    Add prototype provider function
    squash due to drift / go modules etc
    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    70fcd17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d68098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf42983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a1500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1f083d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf1460d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6d6720 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eea3c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d4bc94 View commit details
    Browse the repository at this point in the history
  10. add new provider function parse_resource_id

    refactor providerfunction package to function to match other major prvider implementations
    Requires changes to go-azure-helpers to support this commit
    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9b85905 View commit details
    Browse the repository at this point in the history
  11. clean up unused code

    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3ff0725 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c62add0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    674e02e View commit details
    Browse the repository at this point in the history
  14. refactor for resourceprovider changes

    add enums for resouceprovider sets
    add helper function GetResourceProvidersSet
    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    91f9b02 View commit details
    Browse the repository at this point in the history
  15. fixup provider config matching, add some framework helper wrappers, p…

    …ut muxed provider behind fourpointoh feature flag
    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1e19965 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9fd7415 View commit details
    Browse the repository at this point in the history
  17. linting and typos

    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3d8d55e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d05d196 View commit details
    Browse the repository at this point in the history
  19. fixup env var typos

    jackofallops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    77bd5cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2646169 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    215427e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0c73f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4f0c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36351f9 View commit details
    Browse the repository at this point in the history