Skip to content
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

Merged
merged 4 commits into from
Jul 22, 2020
Merged

cleanup #37

merged 4 commits into from
Jul 22, 2020

Conversation

soerenmartius
Copy link
Member

No description provided.

Copy link

@thenaturalist thenaturalist left a 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 )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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,

@soerenmartius soerenmartius merged commit 4a38190 into master Jul 22, 2020
@soerenmartius soerenmartius deleted the cleanup branch July 22, 2020 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants