Closed gazoakley closed 3 years ago
This isn't yet available in the current Go SDK - it may well land in v1.38.11
Announcement. Developer Guide, The API Reference has been updated but nothing in the SDK yet.
Requires AWS SDK v1.38.11:
AWS SDK has been updated to v1.38.12 via https://github.com/hashicorp/terraform-provider-aws/pull/18565
This functionality has been released in v3.46.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
Amazon Route 53 Resolver DNS Firewall (DNS Firewall) enables you to defend against DNS-level threats. With DNS Firewall, you can protect against data exfiltration attempts by defining domain name allowlists that allow resources within your Amazon Virtual Private Cloud (VPC) to make outbound DNS requests only for the sites your organization trusts.
New or Affected Resource(s)
aws_route53_resolver_firewall_config
(#18733)aws_route53_resolver_firewall_domain_list
(#18558)aws_route53_resolver_firewall_rule
(#18712 - depends onaws_route53_resolver_firewall_rule_group
andaws_route53_resolver_firewall_domain_list
)aws_route53_resolver_firewall_rule_group
(#18554)aws_route53_resolver_firewall_rule_group_association
(#18731 - depends onaws_route53_resolver_firewall_rule_group
)Potential Terraform Configuration
References