Files
hunfabric/infrastructure/onprem-google-access-dns/assets/Corefile
Ludovico Magnocavallo 409407ae7d Refactor the onprem module (#55)
* move onprem to cos-container

* compute-vm: fix external addresses output

* folders-unit: update README

* update onprem module, add new fields to cos-container test instance

* coredns: process corefile as a template

* onprem: fixes

* modules/cos-container: rename to cloud-config-container infra/onprem: remove test output

* Update README.md

* update CHANGELOG for v1.1.0

* fix cloud config modules tests

* Update main.tf

* add container nginx module
2020-04-06 16:27:13 +02:00

22 lines
286 B
Plaintext

onprem.example.org {
root /etc/coredns
hosts onprem.hosts
log
errors
}
gcp.example.org googleapis.com {
forward . ${dns_forwarder_address}
log
errors
}
google.internal {
hosts {
169.254.169.254 metadata.google.internal
}
}
. {
forward . 8.8.8.8
log
errors
}