forked from pub-solar/infra
Add dns entry
This commit is contained in:
parent
8e66bea9c8
commit
a66c6ada59
|
@ -19,6 +19,11 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
type = "A"
|
type = "A"
|
||||||
address = "80.71.153.210"
|
address = "80.71.153.210"
|
||||||
}
|
}
|
||||||
|
record {
|
||||||
|
hostname = "alerts"
|
||||||
|
type = "CNAME"
|
||||||
|
address = "flora-6.pub.solar."
|
||||||
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "git"
|
hostname = "git"
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
|
|
Loading…
Reference in a new issue