setup-opentofu/.github/workflows/data/local/main.tf
Dmitry Kisler 01bef202d2
feat: ported action definition from setup-terraform
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
2023-10-05 01:15:05 +02:00

5 lines
79 B
HCL

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