diff --git a/main/temp/main.tf b/main/temp/main.tf index 28c197a9..57ca1209 100644 --- a/main/temp/main.tf +++ b/main/temp/main.tf @@ -1,23 +1,5 @@ -module "smth_from_git" { - source = "github.com/aleatoricmbnt/flat/" -} - - -resource "terraform_data" "multiple_triggers" { - triggers_replace = [ var.list_of_tags, var.nested_object ] -} - -variable "list_of_tags" { - default = { - "tag.with.dot" = "s:://" - "slash/suffix" = "f" +resource "random_pet" "run_from_vcs" { + keepers = { + timestamp = timestamp() } } - -variable "nested_object" { - default = { - upper_level = { - "smth.w.dot.and.hash#" = 123 - } - } -} \ No newline at end of file