Skip to content

Commit

Permalink
Merge pull request #1351 from alliance-genome/stage
Browse files Browse the repository at this point in the history
Upcoming 7.3.0 release
  • Loading branch information
christabone authored Aug 12, 2024
2 parents 629c621 + c8a1f3b commit 868f2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdk/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ new AmplifyALBStack(app, 'stage-alb-stack', {
new AmplifyALBStack(app, 'test-alb-stack', {
stackName: 'test-alb-stack',
dnsName: 'test',
targetInstanceId: 'i-0d73bc7d562245bb6',
targetInstanceId: 'i-0cda8176961addcad',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand All @@ -30,7 +30,7 @@ new AmplifyALBStack(app, 'test-alb-stack', {
new AmplifyALBStack(app, 'prod-alb-stack', {
stackName: 'prod-alb-stack',
dnsName: 'prod',
targetInstanceId: 'i-0d73bc7d562245bb6',
targetInstanceId: 'i-0cda8176961addcad',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand Down

0 comments on commit 868f2f9

Please sign in to comment.