Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper authored Jan 19, 2024
1 parent 80052b3 commit 3ed2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "run_id" {
sensitive = true
}

resource "null_resource" "wait" {
resource "null_resource" "wait2" {
triggers = {
run_id = var.run_id
}
Expand Down

0 comments on commit 3ed2671

Please sign in to comment.