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 3e45060 commit 6839072
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion remote-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
}

resource "null_resource" "null" {
resource "null_resource" "null1" {
}


Expand All @@ -23,6 +23,10 @@ resource "null_resource" "fail" {
}
}

resource "null_resource" "null" {
}



output "test" {
value = "123-456"
Expand Down

0 comments on commit 6839072

Please sign in to comment.