github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/cloudstack/r/network_acl.html.markdown (about)

     1  ---
     2  layout: "cloudstack"
     3  page_title: "CloudStack: cloudstack_network_acl"
     4  sidebar_current: "docs-cloudstack-resource-network-acl"
     5  description: |-
     6    Creates a Network ACL for the given VPC.
     7  ---
     8  
     9  # cloudstack_network_acl
    10  
    11  Creates a Network ACL for the given VPC.
    12  
    13  ## Example Usage
    14  
    15  ```hcl
    16  resource "cloudstack_network_acl" "default" {
    17    name   = "test-acl"
    18    vpc_id = "76f6e8dc-07e3-4971-b2a2-8831b0cc4cb4"
    19  }
    20  ```
    21  
    22  ## Argument Reference
    23  
    24  The following arguments are supported:
    25  
    26  * `name` - (Required) The name of the ACL. Changing this forces a new resource
    27      to be created.
    28  
    29  * `description` - (Optional) The description of the ACL. Changing this forces a
    30      new resource to be created.
    31  
    32  * `project` - (Optional) The name or ID of the project to deploy this
    33      instance to. Changing this forces a new resource to be created.
    34  
    35  * `vpc_id` - (Required) The ID of the VPC to create this ACL for. Changing this
    36     forces a new resource to be created.
    37  
    38  ## Attributes Reference
    39  
    40  The following attributes are exported:
    41  
    42  * `id` - The ID of the Network ACL