From b15a506aa3f7d1ad2ea2664d7e99d1e5c0bf8a79 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Thu, 4 Sep 2025 02:49:20 +0000 Subject: [PATCH] add random pet to configuration to branch 'adraft-dream-hour-common' --- main.tf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index 57f222335..a5859df19 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