Files
opentf/website/source/docs/providers/opc/r/opc_compute_acl.html.markdown
Jake Champlin 77b996df6a provider/opc: Update documentation
Updates documentation to add code-block tags, and populate the importability documentation page.
2017-04-25 15:23:35 -04:00

1015 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
opc Oracle: opc_compute_acl docs-opc-resource-acl Creates and manages an ACL in an OPC identity domain.

opc_compute_acl

The opc_compute_acl resource creates and manages an ACL in an OPC identity domain.

Example Usage

resource "opc_compute_acl" "default" {
  name        = "ACL1"
  description = "This is a description for an acl"
  tags        = ["tag1", "tag2"]
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the ACL.

  • enabled - (Optional) Enables or disables the ACL. Set to true by default.

  • description - (Optional) A description of the ACL.

  • tags - (Optional) List of tags that may be applied to the ACL.

In addition to the above, the following values are exported:

  • uri - The Uniform Resource Identifier for the ACL

Import

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

$ terraform import opc_compute_acl.acl1 example