Skip to content

Commit

Permalink
add null reource
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi-kerner committed Feb 3, 2024
1 parent d9b69f1 commit 786d3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ resource "local_file" "test" {
filename = "${path.module}/test.txt"
content = "Hello world!"
}

resource "null resource" "null" {}

0 comments on commit 786d3f4

Please sign in to comment.