Skip to content

Commit

Permalink
doc typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrowadat committed Nov 5, 2023
1 parent b67bce2 commit fa1c3b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ gcloud config set project mydnsproject
# Enable Cloud DNS for this project
gcloud services enable dns.googleapis.com
# Set up your first zone.
# Set up your first zone. Note trailing period.
gcloud dns managed-zones create myzone \
--dns-name=myzone.mydomain.tld --description="My Zone"
--dns-name=myzone.mydomain.tld. --description="My Zone"
# Set up a service account to admininster just DNS
gcloud iam service-accounts create gcloud-dns-sync
gcloud iam service-accounts create cloud-dns-sync
# Add your service account to the DNS Administrator role for this project
gcloud projects add-iam-policy-binding myproject \
Expand Down

0 comments on commit fa1c3b6

Please sign in to comment.