0
0
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:
Jacob McCann 2019-08-05 13:05:41 -05:00
parent 20808a4a42
commit 3cef14aa77
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

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