Browse Source

Replace 'dry_run' with 'plan' in advanced examples

pull/5/head
Jacob McCann 9 years ago
parent
commit
2f4408d756
  1. 4
      DOCS.md

4
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

Loading…
Cancel
Save