From c310b640ea1955940e4b2c45503cf85650cb1cae Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 16 Oct 2024 15:13:18 -0400 Subject: [PATCH] remove time and timestamp resource: --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index b6df98a..28076cb 100644 --- a/main.tf +++ b/main.tf @@ -14,8 +14,6 @@ locals { vpc_domain_name = var.vpc_domain_name } -# resource "time_static" "timestamp" {} - #------------------------------------------------- # cluster_domain dns zone #-------------------------------------------------