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

Replace 'dry_run' with 'plan' in advanced examples

This commit is contained in:
Jacob McCann 2016-02-18 13:25:58 -06:00
parent dc0b0cb14e
commit 2f4408d756

View File

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