Skip to content

Commit e7e648a

Browse files
authored
Update README.md
1 parent 830bb77 commit e7e648a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
These official Terraform GitHub Actions allow you to run `terraform fmt`, `validate`
33
and `plan` on your pull requests to help you review and validate Terraform changes.
44

5+
## Getting Started
6+
To get started, check out our documentation: [https://www.terraform.io/docs/github-actions/getting-started/](https://www.terraform.io/docs/github-actions/getting-started/).
7+
58
## Actions
69

710
### Fmt Action
@@ -15,6 +18,3 @@ Runs `terraform validate` and comments back on error.
1518
### Plan Action
1619
Runs `terraform plan` and comments back with the output.
1720
<img src="./assets/plan.png" alt="Terraform Plan Action" width="80%" />
18-
19-
## Getting Started
20-
To get started, check out our documentation: [https://www.terraform.io/docs/github-actions/getting-started/](https://www.terraform.io/docs/github-actions/getting-started/).

0 commit comments

Comments
 (0)