You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
These official Terraform GitHub Actions allow you to run `terraform fmt`, `validate`
3
3
and `plan` on your pull requests to help you review and validate Terraform changes.
4
4
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
+
5
8
## Actions
6
9
7
10
### Fmt Action
@@ -15,6 +18,3 @@ Runs `terraform validate` and comments back on error.
15
18
### Plan Action
16
19
Runs `terraform plan` and comments back with the output.
17
20
<imgsrc="./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