-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup #37
cleanup #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, typos
[![Terraform Version][badge-terraform]][releases-terraform] | ||
[![Join Slack][badge-slack]][slack] | ||
|
||
# Create two Route53 Zones that share the same Delegation Set ( a group of four Nameservers ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Create two Route53 Zones that share the same Delegation Set ( a group of four Nameservers ) | |
# Create two Route53 Zones that share the same Delegation Set (a group of four Nameservers) |
# Create two Route53 Zones that share the same Delegation Set ( a group of four Nameservers ) | ||
|
||
The code in [main.tf] creates set of four authoritative name servers that you can use with more than one hosted zone. | ||
By default, Route 53 assigns a random selection of name servers to each new hosted zone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, Route 53 assigns a random selection of name servers to each new hosted zone. | |
By default, Route53 assigns a random selection of name servers to each new hosted zone. |
|
||
The code in [main.tf] creates set of four authoritative name servers that you can use with more than one hosted zone. | ||
By default, Route 53 assigns a random selection of name servers to each new hosted zone. | ||
To make it easier to migrate DNS service to Route 53 for a large number of domains, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make it easier to migrate DNS service to Route 53 for a large number of domains, | |
To make it easier to migrate DNS service to Route53 for a large number of domains, |
No description provided.