From 77970b3631ad0b72b684c86aad2dc76898fece56 Mon Sep 17 00:00:00 2001 From: ecsd-matthew-song Date: Wed, 30 Jan 2019 10:13:23 +0800 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20b95a3..26e16c7 100644 --- a/README.md +++ b/README.md @@ -334,10 +334,10 @@ Then execute: $terraform plan ``` -Finally, run the following and specify the number of instances you want to create: +Finally, apply the plan: ``` -$terraform apply -var count_var=1 +$terraform apply ```