remove circular dependency on DNS
fix terraform module definition
This commit is contained in:
parent
9d5fc313ff
commit
88fd505258
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
launch=gpgsql
|
||||
gpgsql-host=thecloud.dmz
|
||||
gpgsql-host=192.168.30.10
|
||||
gpgsql-dbname=powerdns
|
||||
gpgsql-user=powerdns
|
||||
gpgsql-password={{ postgresql_password }}
|
||||
|
|
|
@ -24,4 +24,5 @@ module "vm" {
|
|||
fixed_address = "192.168.30.7/24"
|
||||
mac = "CA:FE:C0:FF:EE:07"
|
||||
fixed_dns = "192.168.30.1"
|
||||
hypervisor_host = "atlas.hyp"
|
||||
}
|
||||
|
|
Reference in a new issue