terraform/website/source/docs/providers/oracleopc/r/opc_compute_security_ip_lis...

29 lines
738 B
Markdown
Raw Normal View History

---
2017-03-29 19:30:04 +02:00
layout: "oracleopc"
page_title: "Oracle: opc_compute_security_ip_list"
2017-03-29 19:30:04 +02:00
sidebar_current: "docs-oracleopc-resource-security-ip-list"
description: |-
Creates and manages a security IP list in an OPC identity domain.
---
2017-03-29 19:30:04 +02:00
# opc\_compute\_security\_ip\_list
The ``opc_compute_security_ip_list`` resource creates and manages a security IP list in an OPC 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.
2017-03-29 19:30:04 +02:00
* `ip_entries` - (Required) The IP addresses to include in the list.