Skip to content

Commit

Permalink
[actions skip] Add new config roots
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-siewe-resourcely committed Oct 22, 2024
1 parent 58cdeb6 commit ccc05e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
5 changes: 5 additions & 0 deletions roots/TWO/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# main.tf

resource "null_resource" "foo" {
triggers = { "foo" : "bar" }
}
5 changes: 5 additions & 0 deletions roots/one/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# main.tf

resource "null_resource" "foo" {
triggers = { "foo" : "bar" }
}

0 comments on commit ccc05e2

Please sign in to comment.