mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 05:23:37 +00:00
Fix deprecation warning on test
This commit is contained in:
parent
4bfcd4a4bf
commit
59399ac610
1 changed files with 1 additions and 1 deletions
2
.github/workflows/data/local/main.tf
vendored
2
.github/workflows/data/local/main.tf
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
resource "null_resource" "null" {
|
resource "null_resource" "null" {
|
||||||
triggers = {
|
triggers = {
|
||||||
value = "${timestamp()}"
|
value = timestamp()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue