Skip to content

Commit

Permalink
🐛 fix typo in tf digitalocean example
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jul 5, 2019
1 parent 0e55699 commit 375a955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/terraform-digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Note: This example is tested with [Terraform 0.12](https://www.terraform.io/upgr

## Build Infrastructure

Verify that everthing is in place to build the infrastructure:
Verify that everything is in place for the infrastructure:

```
$ terraform init
```

Now, since all the tooling is ready, lets plan the buuld. Terraform will ask you for your ssh fingerprint. Monddo will use reuse the configured SSH keys automatically. You can find your ssh key fingerprint in [DigitalOcean dashboard](https://cloud.digitalocean.com/account/securitys).
Now, since all the tooling is ready, lets plan the build. Terraform will ask you for your ssh fingerprint. Mondoo will use reuse the configured SSH keys automatically. You can find your ssh key fingerprint in [DigitalOcean dashboard](https://cloud.digitalocean.com/account/securitys).

```
$ terraform plan
Expand Down

0 comments on commit 375a955

Please sign in to comment.