mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-25 09:40:39 +00:00
chore: fix some formatting
This commit is contained in:
parent
20808a4a42
commit
3cef14aa77
4
DOCS.md
4
DOCS.md
@ -173,7 +173,7 @@ pipeline:
|
|||||||
|
|
||||||
Destroying the service can be done by specifying `plan-destroy` and `destroy` actions. Keep in mind that Fastly won't allow a service with active version be destroyed. Use `force_destroy` option in the service definition for terraform to handle it.
|
Destroying the service can be done by specifying `plan-destroy` and `destroy` actions. Keep in mind that Fastly won't allow a service with active version be destroyed. Use `force_destroy` option in the service definition for terraform to handle it.
|
||||||
|
|
||||||
```yaml
|
```diff
|
||||||
pipeline:
|
pipeline:
|
||||||
destroy:
|
destroy:
|
||||||
image: jmccann/drone-terraform:5
|
image: jmccann/drone-terraform:5
|
||||||
@ -184,7 +184,7 @@ pipeline:
|
|||||||
|
|
||||||
Formatting the Terraform configuration files can be done by specifying the `fmt` action. Use `fmt_options` parameter to handle formatting options.
|
Formatting the Terraform configuration files can be done by specifying the `fmt` action. Use `fmt_options` parameter to handle formatting options.
|
||||||
|
|
||||||
```yaml
|
```diff
|
||||||
pipeline:
|
pipeline:
|
||||||
fmt:
|
fmt:
|
||||||
image: jmccann/drone-terraform:5
|
image: jmccann/drone-terraform:5
|
||||||
|
Loading…
Reference in New Issue
Block a user