We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191643 commit 0f758baCopy full SHA for 0f758ba
README.md
@@ -4,8 +4,11 @@ GitHub Action to post the output of `terraform plan` to a pull request comment.
4
5
## Features
6
7
-- Generate a "markdown-native" representation of the plan including foldable sections and coloring
+- Generate a structured, "markdown-native" representation of the plan
8
+ - Obtain a high-level overview via foldable sections
9
+ - Do not lose _any_ information compared to the output of `terraform plan`
10
- Post the plan to pull requests as a "sticky comment"
11
+- Run as a "native" JavaScript action rather than launching a Docker container
12
- Use with or without the Terraform wrapper script provided by
13
[hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform)
14
0 commit comments