Skip to content

Commit

Permalink
Remove logs DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh committed Jan 21, 2020
1 parent cdea484 commit d26415a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ resource "cloudflare_record" "prometheus" {
type = "CNAME"
}

resource "cloudflare_record" "logs" {
zone_id = var.cloudflare_zone_id
name = "logs"
value = data.null_data_source.prometheus.outputs["public_dns"]
type = "CNAME"
}

resource "aws_instance" "prometheus" {
instance_type = "t2.micro"
ami = data.aws_ami.prometheus.id
Expand Down

0 comments on commit d26415a

Please sign in to comment.