Cull ITAutomata and Vultr!
This commit is contained in:
parent
f897f7e3e3
commit
d074a91364
@ -1,61 +0,0 @@
|
|||||||
##Terraform and its management of DNS in route53
|
|
||||||
#### ITAutomata.com
|
|
||||||
##Setup the domain in route53
|
|
||||||
#resource "aws_route53_zone" "itautomata" {
|
|
||||||
# name = "itautomata.com"
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
##Route53 DNS entry
|
|
||||||
#resource "aws_route53_record" "itautomata" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata.zone_id}"
|
|
||||||
# name = "itautomata.com"
|
|
||||||
# type = "A"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${var.home_ip}"]
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#resource "aws_route53_record" "www_itautomata" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata.zone_id}"
|
|
||||||
# name = "www.itautomata.com"
|
|
||||||
# type = "CNAME"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${aws_route53_record.itautomata_ca.name}"]
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#resource "aws_route53_record" "wildcard_itautomata" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata.zone_id}"
|
|
||||||
# name = "*.itautomata.com"
|
|
||||||
# type = "CNAME"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${aws_route53_record.itautomata_ca.name}"]
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#### ITAutomata.ca
|
|
||||||
##Setup the domain in route53
|
|
||||||
#resource "aws_route53_zone" "itautomata_ca" {
|
|
||||||
# name = "itautomata.ca"
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#resource "aws_route53_record" "itautomata_ca" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata.zone_id}"
|
|
||||||
# name = "itautomata.ca"
|
|
||||||
# type = "A"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${var.home_ip}"]
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#resource "aws_route53_record" "www_itautomata_ca" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata_ca.zone_id}"
|
|
||||||
# name = "www.itautomata.ca"
|
|
||||||
# type = "CNAME"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${aws_route53_record.itautomata_ca.name}"]
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
#resource "aws_route53_record" "wildcard_itautomata_ca" {
|
|
||||||
# zone_id = "${aws_route53_zone.itautomata.zone_id}"
|
|
||||||
# name = "*.itautomata.ca"
|
|
||||||
# type = "CNAME"
|
|
||||||
# ttl = "5"
|
|
||||||
# records = ["${aws_route53_record.itautomata_ca.name}"]
|
|
||||||
#}
|
|
@ -19,11 +19,6 @@ variable "site5_ip" {
|
|||||||
default = "138.197.154.98"
|
default = "138.197.154.98"
|
||||||
}
|
}
|
||||||
|
|
||||||
#Automated Bytes current web host
|
|
||||||
variable "vultr_ip" {
|
|
||||||
default = "45.63.19.159"
|
|
||||||
}
|
|
||||||
|
|
||||||
## KFA IP
|
## KFA IP
|
||||||
variable "kfa_ip" {
|
variable "kfa_ip" {
|
||||||
default = "64.137.159.107"
|
default = "64.137.159.107"
|
||||||
|
Loading…
Reference in New Issue
Block a user