Skip to content

Commit

Permalink
use bad exec
Browse files Browse the repository at this point in the history
  • Loading branch information
dsa0x authored Aug 23, 2023
1 parent f82ff1f commit 06c75f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ resource "random_string" "random_word" {
resource "local_file" "foo" {
content = "foo!"
filename = "foo.bar"
file_permission = "shouldfail"

provisioner "local-exec" {
command = "ech yay >> foo.bar"
}
}

0 comments on commit 06c75f7

Please sign in to comment.