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" {}