The opc_compute_acl resource creates and manages an ACL in an Oracle Cloud Infrastructure Compute Classic identity domain.
resource "opc_compute_acl" "default" {
name = "ACL1"
description = "This is a description for an acl"
tags = ["tag1", "tag2"]
}
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 ACL's can be imported using the resource name, e.g.
$ terraform import opc_compute_acl.acl1 example
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/opc/r/opc_compute_acl.html