mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 19:00:13 -05:00
868 B
868 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| cloudstack | CloudStack: cloudstack_network_acl | docs-cloudstack-resource-network-acl | Creates a Network ACL for the given VPC. |
cloudstack_network_acl
Creates a Network ACL for the given VPC.
Example Usage
resource "cloudstack_network_acl" "default" {
name = "test-acl"
vpc = "vpc-1"
}
Argument Reference
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.vpc- (Required) The name of the VPC to create this ACL for. Changing this forces a new resource to be created.
Attributes Reference
The following attributes are exported:
id- The ID of the Network ACL