outputs.tf 77 B

123
  1. output "web_acl_id" {
  2. value = aws_wafregional_web_acl.wafregional_acl.id
  3. }