Skip to content

Commit 4f143d2

Browse files
committed
chore: put logic in syncAllowedPrincipals func
1 parent 3c42c79 commit 4f143d2

File tree

1 file changed

+2
-0
lines changed
  • pkg/resource/vpc_endpoint_service_configuration

1 file changed

+2
-0
lines changed

pkg/resource/vpc_endpoint_service_configuration/hooks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ func (rm *resourceManager) setAdditionalFields(
157157
} else {
158158
ko.Spec.AllowedPrincipals = nil
159159
}
160+
161+
return &resource{ko}, nil
160162
}
161163

162164
// syncTags used to keep tags in sync by calling Create and Delete API's

0 commit comments

Comments
 (0)