Skip to content

Commit

Permalink
fix: typo in service name
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandPoohBear authored May 5, 2023
1 parent c7fb20a commit e33c1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class KeyCloak extends Construct {
return new Database(this, 'Database', props);
}
public addKeyCloakContainerService(props: ContainerServiceProps) {
return new ContainerService(this, 'KeyCloakContainerSerivce', props);
return new ContainerService(this, 'KeyCloakContainerService', props);
}
private _generateKeycloakSecret(): secretsmanager.ISecret {
return new secretsmanager.Secret(this, 'KCSecret', {
Expand Down

0 comments on commit e33c1bd

Please sign in to comment.