From e970e800a1fe7bf846e0b559f72f0cc22a55b30c Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 24 Mar 2023 10:12:12 -0400 Subject: [PATCH] fix --- cname/main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cname/main.tf b/cname/main.tf index fc4bad5..db64564 100644 --- a/cname/main.tf +++ b/cname/main.tf @@ -1,12 +1,3 @@ local { -# force to cname for this module record_type = "cname" } - -# if the zone grab fails here, it either doesn't exist or it is not associated with this VPC -data "aws_route53_zone" "zone" { - name = local.zone - private_zone = local.private_zone -} - -resource "time_static" "timestamp" {}