mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
Upgrade dependencies and clean up package config (#63)
This commit is contained in:
parent
c8ed59d824
commit
ccd38093bb
8 changed files with 854 additions and 179 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" {
|
||||
triggers = {
|
||||
value = "${timestamp()}"
|
||||
value = timestamp()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue