Skip to content

Commit

Permalink
chore: drop private zone record
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Sep 18, 2023
1 parent 6428897 commit 49240db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions aws/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ Resources:
AliasTarget:
DNSName: integrations-2121385268.us-east-1.elb.amazonaws.com
HostedZoneId: Z35SXDOTRQ7X7K
# Private zone
DNSRecordPrivate:
Type: AWS::Route53::RecordSet
Properties:
Name: !FindInMap [Environments, !Ref 'Environment', Domain]
HostedZoneId: Z009017445V77OH1NNM0
Type: A
AliasTarget:
DNSName: integrations-2121385268.us-east-1.elb.amazonaws.com
HostedZoneId: Z35SXDOTRQ7X7K

SecurityGroup:
Type: AWS::EC2::SecurityGroup
Expand Down

0 comments on commit 49240db

Please sign in to comment.