diff --git a/.changeset/old-insects-smoke.md b/.changeset/old-insects-smoke.md index bca298e7d1..17ab044c04 100644 --- a/.changeset/old-insects-smoke.md +++ b/.changeset/old-insects-smoke.md @@ -2,4 +2,6 @@ '@backstage/plugin-auth-backend-module-aws-alb-provider': minor --- -**BREAKING** The `authModuleAwsAlbProvider` is now the default export and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));` +Added `authModuleAwsAlbProvider` as a default export. + +It can now be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));`