Remove HiveBytes

This commit is contained in:
Ahosking 2021-05-21 09:55:09 -04:00
parent 97f5118bd1
commit 140f7828ee

View File

@ -1,15 +0,0 @@
##Terraform and its management of DNS in route53
#
##Setup the domain in route53
#resource "aws_route53_zone" "hivebytes" {
# name = "hivebytes.com"
#}
#
##Route53 DNS entry
#resource "aws_route53_record" "www_hivebytes" {
# zone_id = "${aws_route53_zone.hivebytes.zone_id}"
# name = "www.hivebytes.com"
# type = "A"
# ttl = "5"
# records = ["${var.home_ip}"]
#}