Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 24, 2023
1 parent 708ee4c commit e970e80
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cname/main.tf
Original file line number Diff line number Diff line change
@@ -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" {}

0 comments on commit e970e80

Please sign in to comment.