From c501530f5db90d6513ff872b1bb8377ede88e089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Mon, 15 Jul 2024 14:45:28 +0200 Subject: [PATCH] Switch stats instance to "public-extended" network Let the stats instance communicate with the database server. --- instance_core_stats.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance_core_stats.tf b/instance_core_stats.tf index 69c9a796..a3fb0516 100644 --- a/instance_core_stats.tf +++ b/instance_core_stats.tf @@ -6,7 +6,7 @@ resource "openstack_compute_instance_v2" "grafana" { security_groups = ["default", "public-web2"] network { - name = "public" + name = "public-extended" } }