chore: migrated null_resource

see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347343336
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-09 22:48:07 +02:00
parent 1add52fd80
commit 8b0d49a621
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -1,5 +1,3 @@
resource "null_resource" "null" {
triggers = {
value = timestamp()
}
resource "terraform_data" "replacement" {
triggers_replace = timestamp()
}