Skip to content

Commit

Permalink
Added Monit DNS records
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed Feb 29, 2024
1 parent 0ab050a commit a2ddddf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/arg.network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ resource "cloudflare_record" "monica" {
comment = "Monica CRM"
}

resource "cloudflare_record" "monit" {
zone_id = var.cloudflare_zone_id
type = "A"
name = "monit"
value = "192.168.0.6"
proxied = false
comment = "Monitoring tool"
}

resource "cloudflare_record" "nextcloud" {
zone_id = var.cloudflare_zone_id
type = "A"
Expand Down

0 comments on commit a2ddddf

Please sign in to comment.