v0.28.0
BREAKING CHANGES:
- tfprotov5+tfprotov6: Removed temporary
ProviderServerWithResourceIdentity
interface type. UseProviderServer
instead. (#516) - tfprotov5+tfprotov6:
GetResourceIdentitySchemas
andUpgradeResourceIdentity
RPC calls are now required inProviderServer
andResourceServer
. Implementations that don't support resource identity can return empty responses from theGetResourceIdentitySchemas
method and an error message theUpgradeResourceIdentity
method. (#516)
NOTES:
- all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. (#516)