From 2b267cbd5f7c98a373912a49048fb1ccf981eda3 Mon Sep 17 00:00:00 2001 From: michalk Date: Fri, 22 Oct 2021 16:09:18 +0200 Subject: [PATCH] Edit documentation with option to use flag -detailed-exitcode for terraform plan action --- DOCS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DOCS.md b/DOCS.md index 41e9f58..4088acf 100644 --- a/DOCS.md +++ b/DOCS.md @@ -272,3 +272,6 @@ tf_data_dir disable_refresh : (default: `false`) - whether or not to disable refreshing state before `plan` and `apply` commands. + +detailed_exitcode +: (default: `false`) - whether or not to use flag `-detailed-exitcode` with `plan` command.