This commit is contained in:
parent
737b958e08
commit
06388a70aa
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
resource "cloudns_dns_zone" "keks_cloud" {
|
resource "cloudns_dns_zone" "keks_cloud" {
|
||||||
domain = "keks2.cloud"
|
domain = "keks2.cloud"
|
||||||
type = "master"
|
type = "master"
|
||||||
nameserver_type = "premium"
|
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"pns31.cloudns.net",
|
"pns31.cloudns.net",
|
||||||
"pns32.cloudns.net",
|
"pns32.cloudns.net",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue