Skip to content

Commit

Permalink
replace null_resource with terraform_data
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhar authored Oct 5, 2023
1 parent e192cfc commit 52be390
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/data/local/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
resource "null_resource" "null" {
triggers = {
value = timestamp()
}
resource "terraform_data" "replacement" {
triggers_replace = timestamp()
}

0 comments on commit 52be390

Please sign in to comment.