From 334a234a6ce57515a2fda5c9d9856512f68a83b4 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Wed, 24 Sep 2025 07:47:28 +0000 Subject: [PATCH] add random pet to configuration to branch 'adraft-model-yeah' --- main.tf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index 57f22233..a5859df1 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,3 @@ -resource "random_pet" "run_from_vcs" { - keepers = { - timestamp = timestamp() - } -} +resource "terraform_data" "data" { + random_pet = timestamp() +} \ No newline at end of file