mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +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" {
|
resource "terraform_data" "replacement" {
|
||||||
triggers = {
|
triggers_replace = timestamp()
|
||||||
value = timestamp()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue