Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarMalka authored Nov 21, 2024
1 parent c97b5a1 commit da99701
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions remote-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ terraform {
}
}

resource "null_resource" "null1" {
}

resource "null_resource" "fail" {
provisioner "local-exec" {
command = "exit 1" # Forces failure
}
}

resource "null_resource" "null" {
}

Expand Down

0 comments on commit da99701

Please sign in to comment.