From 375a9553f490f41d5bf16c9c53def2f52125a9d6 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 5 Jul 2019 23:57:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20typo=20in=20tf=20digitaloc?= =?UTF-8?q?ean=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/terraform-digitalocean/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/terraform-digitalocean/README.md b/examples/terraform-digitalocean/README.md index a93708bd..5c66aa81 100644 --- a/examples/terraform-digitalocean/README.md +++ b/examples/terraform-digitalocean/README.md @@ -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