Skip to content

Commit 0f758ba

Browse files
authored
docs: Mention the non-requirement to launch a Docker container (#5)
1 parent d191643 commit 0f758ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ GitHub Action to post the output of `terraform plan` to a pull request comment.
44

55
## Features
66

7-
- Generate a "markdown-native" representation of the plan including foldable sections and coloring
7+
- 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`
810
- Post the plan to pull requests as a "sticky comment"
11+
- Run as a "native" JavaScript action rather than launching a Docker container
912
- Use with or without the Terraform wrapper script provided by
1013
[hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform)
1114

0 commit comments

Comments
 (0)