Skip to content

Commit

Permalink
Rename stack for better project conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 31, 2024
1 parent ec74edb commit 7e06adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ privateOauthClients.length
: console.warn(`No client IDs found in ${CONFIG_DIR}`);

const app = new cdk.App();
new KeycloakStack(app, `VedaKeycloakStack-${STAGE}`, {
new KeycloakStack(app, `veda-keycloak-${STAGE}`, {
/* If you don't specify 'env', this stack will be environment-agnostic.
* Account/Region-dependent features and context lookups will not work,
* but a single synthesized template can be deployed anywhere. */
Expand Down

0 comments on commit 7e06adc

Please sign in to comment.