From b6e0d7ade17d775cf23b17ed083f090385f36613 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Fri, 17 Jul 2026 22:50:40 +0000 Subject: [PATCH] Update nsg-solr-servers-nsg.tf --- nsg-solr-servers-nsg.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsg-solr-servers-nsg.tf b/nsg-solr-servers-nsg.tf index 202f256..120b842 100755 --- a/nsg-solr-servers-nsg.tf +++ b/nsg-solr-servers-nsg.tf @@ -21,7 +21,7 @@ resource "oci_core_network_security_group_security_rule" "nsg_solr-server_ingres resource "oci_core_network_security_group_security_rule" "nsg_solr-server_ingress_rule_02" { network_security_group_id = oci_core_network_security_group.solr-server-nsg.id - description = "Ingress SOLR from Load Balancer." + description = "Ingress SOLR from app subnet." source = var.cidr_subnet_app source_type = "CIDR_BLOCK" direction = "INGRESS"