From d6407b61ed9e62968693d51ecbe81d68dac8f41b Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 4 Jan 2017 14:34:00 +0800 Subject: [PATCH] fix minor text --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4987754..863e03f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ In python-terraform: ## default values for apply/plan/destroy command, assign with following default value to make caller easier in python + 1. ```input=False```, in this case process won't hang because you missing a variable 1. ```no_color=IsFlagged```, in this case, stdout of result is easier for parsing