Skip to content

Commit e43fe99

Browse files
committed
Enable DNS in VPC template
1 parent 5598396 commit e43fe99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci_tools/vpc_cloudformation_template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Resources:
3939
Type: AWS::EC2::VPC
4040
Properties:
4141
CidrBlock: !Ref VpcCIDR
42+
EnableDnsSupport: true
43+
EnableDnsHostnames: true
4244
Tags:
4345
- Key: Name
4446
Value: !Ref EnvironmentName

0 commit comments

Comments
 (0)