Skip to content

Commit 70b8d58

Browse files
committed
fix readRegistry call at the end of createRegistry
1 parent 3beb891 commit 70b8d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func createRegistry(ctx context.Context, d *schema.ResourceData, meta interface{
127127
}
128128

129129
d.SetId("registrySettings")
130-
return readRegistrySettings(ctx, d, meta)
130+
return readRegistry(ctx, d, meta)
131131
}
132132

133133
func readRegistry(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {

0 commit comments

Comments
 (0)