Data Source: aws_route53_resolver_firewall_rules

aws_route53_resolver_firewall_rules Provides details about rules in a specific Route53 Resolver Firewall rule group.

Example Usage

The following example shows how to get Route53 Resolver Firewall rules based on its associated firewall group id.

data "aws_route53_resolver_firewall_rules" "example" {
  firewall_rule_group_id = aws_route53_resolver_firewall_rule_group.example.id
}

Argument Reference

The arguments of this data source act as filters for querying the available resolver rules in the current region. The given filters must match exactly one resolver rule whose data will be exported as attributes.

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

provisioning_artifact_details