mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
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:
parent
1add52fd80
commit
8b0d49a621
1 changed files with 2 additions and 4 deletions
6
.github/workflows/data/local/main.tf
vendored
6
.github/workflows/data/local/main.tf
vendored
|
|
@ -1,5 +1,3 @@
|
|||
resource "null_resource" "null" {
|
||||
triggers = {
|
||||
value = timestamp()
|
||||
}
|
||||
resource "terraform_data" "replacement" {
|
||||
triggers_replace = timestamp()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue