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 6839072 commit c97b5a1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions remote-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ 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 c97b5a1

Please sign in to comment.