0
0
llucycodes42
This code defines an aws_waf_web_acl resource that specifies the security rules for an Amazon Web Services (AWS) web application. The aws_waf_web_acl resource specifies that the application is granted read access only to the users authenticated with the AWS root account and the users authenticated with the aws_waf_web_acl resource's user ID.
Shortcut: tf_aws_waf_web_acl
resource "aws_waf_web_acl" "${MyAWSResource}" {
}