Cloudflare for ahosking.com
This commit is contained in:
parent
8be5f982c8
commit
5558f7c829
@ -5,6 +5,11 @@ resource "aws_route53_zone" "ahosking" {
|
||||
name = "ahosking.com"
|
||||
}
|
||||
|
||||
resource "cloudflare_zone" "ahosking_com" {
|
||||
zone = "ahosking.com"
|
||||
plan = "free"
|
||||
}
|
||||
|
||||
resource "aws_route53_record" "ahosking" {
|
||||
zone_id = aws_route53_zone.ahosking.zone_id
|
||||
name = "ahosking.com"
|
||||
|
Loading…
Reference in New Issue
Block a user