0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

Clarify backend config

This commit is contained in:
Jacob McCann 2017-05-12 10:58:53 -05:00
parent de4bd0bd5d
commit 592b34090d

13
DOCS.md
View File

@ -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: