Update nsg-solr-servers-nsg.tf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user