Skip to content

Conversation

@alexsomesan
Copy link
Member

@alexsomesan alexsomesan commented May 21, 2025

Rollback Plan

If a change needs to be reverted, we will publish an updated version.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

N/A

Description

This change adds stub implementations for provider protocol functions GetResourceIdentitySchemas and UpgradeResourceIdentity as required by Terraform v1.12.1.

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Release Note

Release note for CHANGELOG:

Fixes issue #2732 where the provider would fail when used with Terraform >= v1.12.1 due to missing `GetResourceIdentitySchemas` implementation.

References

Fixes: #2732

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@github-actions github-actions bot added size/S and removed size/XS labels May 21, 2025
@alexsomesan alexsomesan marked this pull request as ready for review May 21, 2025 19:22
@alexsomesan alexsomesan requested a review from a team as a code owner May 21, 2025 19:22
Copy link
Collaborator

@halie-kastl halie-kastl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@alexsomesan alexsomesan merged commit eb0198a into hashicorp:main May 21, 2025
96 of 100 checks passed
@alexsomesan alexsomesan deleted the fix-resource-identity branch May 22, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GetResourceIdentitySchemas Not Implemented (terraform terraform 1.12.1 x64)

4 participants