0
0
llucycodes42
The code above defines an aws_network_acl resource. This resource sets up an access control list (ACL) that determines who can access the specified resources on the specified AWS account.
Shortcut: tf_aws_network_acl
resource "aws_network_acl" "${MyAWSResource}" {
}