0
0
llucycodes42
The code creates an ACL for the VPC named "test-acl". The VPC ID is 76f6e8dc-07e3-4971-b2a2-8831b0cc4cb4.
Shortcut: tf_cloudstack_network_acl
resource "cloudstack_network_acl" "${myResourceName}" {
name = "test-acl"
vpc_id = "76f6e8dc-07e3-4971-b2a2-8831b0cc4cb4"
}