From e711cdf83547f8acf5035d99c2c326e957d3dc85 Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Fri, 27 May 2022 14:32:55 +0200 Subject: [PATCH] ci: fix dns host --- .drone.yml | 3 ++- variables.tf | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dd6d5e2..83fb0a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ name: Terraform root module environment: TF_IN_AUTOMATION: "1" GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa" + TF_VAR_lawndale_dns_host: "nat.lawndale" TF_VAR_lawndale_libvirt_uri_transport: ssh TF_VAR_lawndale_libvirt_uri_userhostport: "192.168.253.254:10022" @@ -69,6 +70,6 @@ steps: --- kind: signature -hmac: 007cc7fc0dbdc2ae54a59dbc6c673e33e4f94831189eb3b6fd4b0b0f8adf703f +hmac: e5dd07c87773ffb3b02240744e4bdde91d9338a344d0ba2d393f598aac43cdfd ... diff --git a/variables.tf b/variables.tf index 131b1f0..b74fc34 100644 --- a/variables.tf +++ b/variables.tf @@ -1,7 +1,6 @@ variable "lawndale_dns_host" { type = string description = "Address to reach lawndale internal DNS server" - default = "lawndale-hyper" } variable "lawndale_dns_port" {