Creates a Network ACL for the given VPC.
resource "cloudstack_network_acl" "default" {
name = "test-acl"
vpc_id = "76f6e8dc-07e3-4971-b2a2-8831b0cc4cb4"
}
The following arguments are supported:
name - (Required) The name of the ACL. Changing this forces a new resource to be created.
description - (Optional) The description of the ACL. Changing this forces a new resource to be created.
project - (Optional) The name or ID of the project to deploy this instance to. Changing this forces a new resource to be created.
vpc_id - (Required) The ID of the VPC to create this ACL for. Changing this forces a new resource to be created.
The following attributes are exported:
id - The ID of the Network ACL
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/cloudstack/r/network_acl.html