remove circular dependency on DNS

fix terraform module definition
This commit is contained in:
Pim Kunis 2023-07-14 15:54:48 +02:00
parent 9d5fc313ff
commit 88fd505258
2 changed files with 2 additions and 1 deletions

View file

@ -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 }}

View file

@ -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"
}