From 7b60e5fc2f4168b359c262d93622d76636a20f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sat, 24 Nov 2018 19:47:49 +0100 Subject: [PATCH] rename consul store and hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index c97f85d..99b542d 100644 --- a/main.tf +++ b/main.tf @@ -16,7 +16,7 @@ terraform { address = "https://consul.statusim.net:8400" lock = true # WARNING This needs to be changed for every repo. - path = "terraform/misc/" + path = "terraform/les/" ca_file = "ansible/files/consul-ca.crt" cert_file = "ansible/files/consul-client.crt" key_file = "ansible/files/consul-client.key" @@ -28,8 +28,8 @@ terraform { module "les-main" { source = "github.com/status-im/infra-tf-digital-ocean" count = 3 - env = "les-main" - group = "les-main" + env = "main" + group = "main-les" size = "s-2vcpu-4gb" vol_size = 800 domain = "${var.domain}" @@ -39,8 +39,8 @@ module "les-main" { module "les-rops" { source = "github.com/status-im/infra-tf-digital-ocean" count = 3 - env = "les-rops" - group = "les-rops" + env = "rops" + group = "rops-les" size = "s-2vcpu-4gb" vol_size = 100 domain = "${var.domain}"