Skip to content

Commit c33b13d

Browse files
authored
Merge pull request #1 from iracic82/add-monitoring-record
Add monitoring DNS record
2 parents d38b2ee + 0797821 commit c33b13d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/environments/dev/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ module "infoblox_dns" {
8989
address = "172.20.10.10"
9090
comment = "Inventory API endpoint"
9191
}
92+
"monitoring" = {
93+
type = "A"
94+
address = "172.20.10.20"
95+
comment = "Monitoring dashboard endpoint"
96+
}
9297
}
9398

9499
depends_on = [module.infoblox_ipam]

0 commit comments

Comments
 (0)