Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Mar 5, 2022
1 parent 33742af commit 906d9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module "shell_data_hello" {
source = "Invicton-Labs/shell-data/external"
// This is the command that will be run on Unix-based systems
// If you wanted to, you could use the file() function to read
// this command from a local file instead of specifying it as
// a string.
command_unix = <<EOF
echo "$TEXT - $MORETEXT"
echo "Env vars can also be multi-line: $MULTILINE_ENV_VAR"
Expand Down

0 comments on commit 906d9c0

Please # to comment.