Update README.md (#180)

Grammar update for “outputs are” instead of “outputs is”
This commit is contained in:
Dustin Dortch 2022-04-18 09:35:46 -04:00 committed by GitHub
parent d5cbd3fe79
commit 2370d83cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,7 @@ The action supports the following inputs:
## Outputs
This action does not configure any outputs directly. However, when you set the `terraform_wrapper` input
to `true`, the following outputs is available for subsequent steps that call the `terraform` binary.
to `true`, the following outputs are available for subsequent steps that call the `terraform` binary.
- `stdout` - The STDOUT stream of the call to the `terraform` binary.