Skip to content

Commit

Permalink
Merge pull request cloudtools#427 from khornberg/patch-1
Browse files Browse the repository at this point in the history
Add cloudfront hostedzoneid for route53
  • Loading branch information
phobologic committed Mar 17, 2016
2 parents 47bb442 + 655265d commit e8fdff5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions troposphere/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,8 @@
LIST_OF_VOLUME_IDS = 'List<AWS::EC2::Volume::Id>'
LIST_OF_VPC_IDS = 'List<AWS::EC2::VPC::Id>'
LIST_OF_HOSTED_ZONE_IDS = 'List<AWS::Route53::HostedZone::Id>'

#
# Route53
#
CLOUDFRONT_HOSTEDZONEID = 'Z2FDTNDATAQYW2'

0 comments on commit e8fdff5

Please sign in to comment.