FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_network_acl

Creates a Network ACL for the given VPC.

Example Usage

resource "cloudstack_network_acl" "default" {
	name = "test-acl"
	vpc_id = "76f6e8dc-07e3-4971-b2a2-8831b0cc4cb4"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io