Skip to content

Commit

Permalink
feat(vpc): update dns options on vpc construct
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Jan 2, 2023
1 parent b3bd3ce commit 6ff1e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constructs/internal/vpc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export class ApplicationVpc extends Construct {
vpcName: `${stackName}-vpc`,
maxAzs: 2,
natGateways: 1,
enableDnsHostnames: true,
enableDnsSupport: true,
subnetConfiguration: [
{
cidrMask: 24,
Expand Down

0 comments on commit 6ff1e27

Please sign in to comment.