From 8920b57c34d0fd87387279dd93ee16fce28ac5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 18 Jan 2021 19:19:09 +0100 Subject: [PATCH] rename mainnet hosts to match stable branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- mainnet.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainnet.tf b/mainnet.tf index a0b10f5..8ca0e35 100644 --- a/mainnet.tf +++ b/mainnet.tf @@ -1,7 +1,7 @@ -module "nimbus_nodes_mainnet_master_small" { +module "nimbus_nodes_mainnet_stable_small" { source = "github.com/status-im/infra-tf-amazon-web-services" - name = "master-small" + name = "stable-small" env = "nimbus" stage = "mainnet" group = "nimbus-mainnet-small"