Skip to content

Commit

Permalink
Add TOC to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Apr 29, 2022
1 parent d0b501a commit be5405d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ The `hashicorp/setup-terraform` action is a JavaScript action that sets up Terra

After you've used the action, subsequent steps in the same job can run arbitrary Terraform commands using [the GitHub Actions `run` syntax](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun). This allows most Terraform commands to work exactly like they do on your local command line.

- [Usage](#usage)
- [Inputs](#inputs)
- [Outputs](#outputs)
- [License](#license)
- [Code of Conduct](#code-of-conduct)
- [Experimental Status](#experimental-status)

## Usage

This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest` GitHub Actions runners. When running on `windows-latest` the shell should be set to Bash.
Expand Down

0 comments on commit be5405d

Please sign in to comment.