mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 00:30:40 +00:00
Replace 'dry_run' with 'plan' in advanced examples
This commit is contained in:
parent
dc0b0cb14e
commit
2f4408d756
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…
Reference in New Issue
Block a user