From a84cacb63b6ed083802ec74f8816137751a257b3 Mon Sep 17 00:00:00 2001 From: Jean-Daniel Bonnetot Date: Wed, 3 Oct 2018 14:48:18 +0200 Subject: [PATCH] Update .main.tf --- terraform-modules/app/.main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform-modules/app/.main.tf b/terraform-modules/app/.main.tf index 536d340..9009f6e 100644 --- a/terraform-modules/app/.main.tf +++ b/terraform-modules/app/.main.tf @@ -22,6 +22,7 @@ resource "openstack_networking_network_v2" "privatenet-test" { resource "openstack_networking_subnet_v2" "internal" { network_id = "${openstack_networking_network_v2.privatenet-test.id}" cidr = "10.0.0.0/8" + dns_nameservers = ["213.186.33.99"] allocation_pools { start = "10.0.0.2"