Skip to content

Commit

Permalink
Merge pull request #8 from liranfarage89/chore-test-pr-plan-run-all
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
liranfarage89 authored Jul 4, 2022
2 parents 2ad5c6a + 56fe79c commit e215ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terragrunt/misc/null-resource/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Terragrunt Null Template
A Terragrunt project with two stages: prod and dev.
The root Terragrunt configuration will use a generated block to generate the null resource in the child modules.

# Getting Started
4 changes: 4 additions & 0 deletions terragrunt/misc/null-resource/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ generate "null_resource" {
if_exists = "overwrite_terragrunt"
contents = <<EOF
resource "null_resource" "null" {
count=2
}
output default_region {
value = "dummy output"
}
EOF
}

0 comments on commit e215ed4

Please sign in to comment.