Skip to content

Commit

Permalink
Update nsg.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Mar 27, 2024
1 parent 2843d0a commit adbebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "oci_core_network_security_group_security_rule" "allow_kubeapi_from_all

description = "Allow HTTPS from all"

source = var.public_ips
source = join(",", var.public_ips)
source_type = "CIDR_BLOCK"
stateless = true

Expand Down

0 comments on commit adbebc2

Please sign in to comment.