Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Valle <austinvalle@gmail.com>
  • Loading branch information
ansgarm and austinvalle authored Feb 12, 2025
1 parent dcf251d commit 5c3766c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/NOTES-20250210-175414.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: NOTES
body: 'tfprotov5+tfprotov6: An upcoming release will require the `ProviderServerWithResourceIdentity` implementation as part of `ProviderServer`.'
body: 'tfprotov5+tfprotov6: An upcoming release will require the `GetResourceIdentitySchemas` and `UpgradeResourceIdentity` implementations as part of `ProviderServer`.'
time: 2025-02-10T17:54:14.054598+01:00
custom:
Issue: "476"
2 changes: 1 addition & 1 deletion tfprotov6/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ type GetResourceIdentitySchemasRequest struct{}
// GetResourceIdentitySchemasResponse represents a Terraform RPC response containing
// the provider's resource identity schemas.
type GetResourceIdentitySchemasResponse struct {
// ResourceSchemas is a map of resource names to the schema for the
// IdentitySchemas is a map of resource names to the schema for the
// identity specified for the resource. The name should be a
// resource name, and should be prefixed with your provider's shortname
// and an underscore. It should match the first label after `resource`
Expand Down

0 comments on commit 5c3766c

Please sign in to comment.