mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 10:40:39 +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
|
```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…
Reference in New Issue
Block a user