From d751ff76cb2dfae6ae1c60a0d80dcc781aa76b7c Mon Sep 17 00:00:00 2001 From: Dustin Dortch <25554532+dustindortch@users.noreply.github.com> Date: Sat, 16 Apr 2022 08:25:55 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Grammar update for “outputs are” instead of “outputs is” --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e04c5c5..205210e7 100644 --- a/README.md +++ b/README.md @@ -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.