Remove HiveBytes
This commit is contained in:
parent
97f5118bd1
commit
140f7828ee
@ -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}"]
|
|
||||||
#}
|
|
Loading…
Reference in New Issue
Block a user