Skip to content

Commit

Permalink
removing lookahead mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed Dec 28, 2021
1 parent 8a60618 commit fb50472
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rules/models/mappings/route53-resolver.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ mapping "aws_route53_resolver_firewall_config" {
}

mapping "aws_route53_resolver_firewall_domain_list" {
name = Name
# name = Name
tags = TagList
}

mapping "aws_route53_resolver_firewall_rule" {
name = Name
# name = Name
action = Action
block_override_dns_type = BlockOverrideDnsType
block_override_domain = BlockOverrideDomain
Expand All @@ -35,12 +35,12 @@ mapping "aws_route53_resolver_firewall_rule" {
}

mapping "aws_route53_resolver_firewall_rule_group" {
name = Name
# name = Name
tags = TagList
}

mapping "aws_route53_resolver_firewall_rule_group_association" {
name = Name
# name = Name
firewall_rule_group_id = ResourceId
mutation_protection = MutationProtectionStatus
priority = Priority
Expand All @@ -65,7 +65,7 @@ mapping "aws_route53_resolver_rule_association" {

mapping "aws_route53_resolver_query_log_config" {
destination_arn = DestinationArn
name = ResolverQueryLogConfigName
# name = ResolverQueryLogConfigName
tags = TagList
}

Expand Down

0 comments on commit fb50472

Please sign in to comment.