» opc_compute_security_ip_list

The opc_compute_security_ip_list resource creates and manages a security IP list in an Oracle Cloud Infrastructure Compute Classic identity domain.

» Example Usage

resource "opc_compute_security_ip_list" "sec_ip_list1" {
  name       = "sec-ip-list1"
  ip_entries = ["217.138.34.4"]
}

» Argument Reference

The following arguments are supported:

  • name - (Required) The unique (within the identity domain) name of the security IP list.

  • ip_entries - (Required) The IP addresses to include in the list.

  • description - (Optional) The description of the security ip list.

» Import

IP List's can be imported using the resource name, e.g.

$ terraform import opc_compute_ip_list.list1 example