diff --git a/instance_core_stats.tf b/instance_core_stats.tf index 6e8e313c..7399506e 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" } }