0
0
llucycodes42
The code tells AWS to use the default network ACL for the MyAWSResource resource. This lets you control who can access the resources on your behalf.
Shortcut: tf_aws_default_network_acl
resource "aws_default_network_acl" "${MyAWSResource}" {
}