Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn authored May 22, 2022
1 parent 44b82f1 commit 2ac1d55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ To deploy all the managed zones to Google Cloud Platform, type:
$ terraform init
$ export GOOGLE_PROJECT=$(gcloud config get-value core/project)
$ terraform apply -auto-approve

````
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create

...
Terraform will perform the following actions:

# module.asample_org.google_dns_managed_zone.managed_zone will be created
Expand All @@ -103,4 +99,4 @@ Plan: 49 to add, 0 to change, 0 to destroy.
module.land-5_com.google_dns_managed_zone.managed_zone: Creating...
module.asample_org.google_dns_managed_zone.managed_zone: Creating...
...
```
```

0 comments on commit 2ac1d55

Please sign in to comment.