Skip to content

Commit

Permalink
Use correct configuration key
Browse files Browse the repository at this point in the history
  • Loading branch information
hsalokor committed Jan 23, 2025
1 parent 2c165d0 commit 16bdec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoe-infra/bin/infra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if (environmentName === 'dev' || environmentName === 'qa' || environmentName ===
publicHostedZone: HostedZones.publicHostedZone,
certificate: CloudfrontCertificate.certificate,
crossRegionReferences: true,
requireTestAuth: environmentConfig.cloudfront.require_test_auth
requireTestAuth: environmentConfig.services.cloudfront.require_test_auth
})

const FrontEndBucket = new FrontendBucketStack(app, 'FrontEndBucketStack', {
Expand Down

0 comments on commit 16bdec6

Please sign in to comment.