node.tf: rename group to status-node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-23 11:57:18 +01:00
parent 19b1507227
commit 482bb74fa3
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
changed_when: false
- name: Configure Waku Nodes
hosts: status
hosts: status-node
serial: '{{ serial|default(3) }}'
roles:
- { role: open-ports, tags: open-ports }

View File

@ -2,7 +2,7 @@ module "node" {
source = "github.com/status-im/infra-tf-multi-provider"
/* node type */
group = "status"
group = "status-node"
env = local.ws.env
stage = local.ws.stage
domain = var.domain