mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 00:52:33 +00:00
replace null_resource with terraform_data
This commit is contained in:
parent
e192cfcbae
commit
52be3901fc
1 changed files with 2 additions and 4 deletions
6
.github/workflows/data/local/main.tf
vendored
6
.github/workflows/data/local/main.tf
vendored
|
|
@ -1,5 +1,3 @@
|
|||
resource "null_resource" "null" {
|
||||
triggers = {
|
||||
value = timestamp()
|
||||
}
|
||||
resource "terraform_data" "replacement" {
|
||||
triggers_replace = timestamp()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue