From 2f4408d756b4a82a7e0d5a8ded8b1f6969242895 Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Thu, 18 Feb 2016 13:25:58 -0600 Subject: [PATCH] Replace 'dry_run' with 'plan' in advanced examples --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 3410a6e..6bd526e 100644 --- a/DOCS.md +++ b/DOCS.md @@ -37,7 +37,7 @@ CA Certificate. You can inject your CA Certificate into the plugin by using ```yaml deploy: terraform: - dry_run: false + plan: false remote: backend: swift config: @@ -61,7 +61,7 @@ want command is actually being ran. ```yaml deploy: terraform: - dry_run: false + plan: false sensitive: true remote: backend: S3