Skip to content

Commit 44a1279

Browse files
committed
Registers SDKv2 Identity interceptor for Read
1 parent 78e51e1 commit 44a1279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/sdkv2/identity_interceptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func getAttributeOk(d schemaResourceData, name string) (string, bool) {
7676
func newIdentityInterceptor(attributes []inttypes.IdentityAttribute) interceptorInvocation {
7777
return interceptorInvocation{
7878
when: After,
79-
why: Create, // TODO: probably need to do this after Read and Update as well
79+
why: Create | Read,
8080
interceptor: identityInterceptor{
8181
attributes: tfslices.ApplyToAll(attributes, func(v inttypes.IdentityAttribute) string {
8282
return v.Name

0 commit comments

Comments
 (0)