From 592b34090dc15a918514b7c6f2f2db332c08ecde Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Fri, 12 May 2017 10:58:53 -0500 Subject: [PATCH] Clarify backend config --- DOCS.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/DOCS.md b/DOCS.md index 8b59dad..d65bd6c 100644 --- a/DOCS.md +++ b/DOCS.md @@ -54,17 +54,10 @@ pipeline: + sensitive: true ``` -Example configuration with state tracked via remote. You will need a file -that specifies the backend type along with ability to pass options via the `.drone.yml`. +Example configuration with state tracked via remote. You will need a +[backend configuration](https://www.terraform.io/docs/backends/config.html) +specified in a `.tf` file. You can then pass additional options via the `.drone.yml`. -`backend.tf` -``` -terraform { - backend "s3" {} -} -``` - -`.drone.yml` ```diff pipeline: terraform: