Skip to content

Commit c30cc04

Browse files
committed
Resolve markdownlint warnings for additional docs
1 parent e315b74 commit c30cc04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/custom_tools.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ It is possible to use the `TERRAFORM_PRE_RUN` environment variable to customise
1212
The command is run using `bash -xeo pipefail`.
1313

1414
For example:
15+
1516
```yaml
1617
env:
1718
TERRAFORM_PRE_RUN: |
@@ -39,7 +40,7 @@ jobs:
3940
```
4041

4142
This will build the image from the `image/Dockerfile` in the repo. Any changes to the Dockerfile will be reflected in the runtime environment.
42-
This is another way to customise the environment.
43+
This is another way to customise the environment.
4344

4445
The image will be rebuilt for every step, but it does benefit from caching on the actions runner if the image is not changed.
4546
Typically, it takes 25-30 seconds to build the image on a GitHub hosted runner for the first terraform step in the job.
@@ -53,6 +54,7 @@ Unfortunately, GitHub actions do not support specifying a custom image for an ex
5354
What you could do instead is fork this repo, and change the `image` in each of the `action.yaml` metadata files to point to your custom image.
5455

5556
This is what the `action.yaml` files would look like when using an image in dockerhub:
57+
5658
```yaml
5759
runs:
5860
using: docker

0 commit comments

Comments
 (0)