setup-terraform/.github/workflows/data/local/main.tf
Matthew Sanabria cd5e05ffbf Initial commit
2020-04-25 19:46:30 -04:00

5 lines
84 B
HCL

resource "null_resource" "null" {
triggers = {
value = "${timestamp()}"
}
}