mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
Initial commit
This commit is contained in:
commit
cd5e05ffbf
23 changed files with 26743 additions and 0 deletions
5
.github/workflows/data/local/main.tf
vendored
Normal file
5
.github/workflows/data/local/main.tf
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
resource "null_resource" "null" {
|
||||
triggers = {
|
||||
value = "${timestamp()}"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue