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"