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 ```yaml
deploy: deploy:
terraform: terraform:
dry_run: false plan: false
remote: remote:
backend: swift backend: swift
config: config:
@ -61,7 +61,7 @@ want command is actually being ran.
```yaml ```yaml
deploy: deploy:
terraform: terraform:
dry_run: false plan: false
sensitive: true sensitive: true
remote: remote:
backend: S3 backend: S3

Loading…
Cancel
Save