parent
06388a70aa
commit
5cd829e4a5
1 changed files with 13 additions and 0 deletions
|
@ -8,3 +8,16 @@ resource "cloudns_dns_zone" "keks_cloud" {
|
||||||
"pns34.cloudns.net"
|
"pns34.cloudns.net"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Legacy Subdomains
|
||||||
|
resource "cloudns_dns_record" "A-record-test" {
|
||||||
|
name = ""
|
||||||
|
zone = cloudns_dns_zone.keks_cloud.domain
|
||||||
|
type = "A"
|
||||||
|
value = "138.68.68.206"
|
||||||
|
ttl = "3600"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue