Skip to content

Commit

Permalink
Update security.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 21, 2024
1 parent 461bbbd commit 3652056
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions security.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "public_ips" {
type = list(string)
default = ["82.168.9.145/32", "86.85.108.82/32"]
}

resource "oci_core_default_security_list" "default_security_list" {
compartment_id = var.compartment_ocid
manage_default_resource_id = oci_core_vcn.default_oci_core_vcn.default_security_list_id
Expand Down

0 comments on commit 3652056

Please sign in to comment.