Update aws_route53_resolver_dnssec_config to be usable and configurable #20732
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
service/route53resolver
Issues and PRs that pertain to the route53resolver service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Community Note
Description
There are a few problems with the existing DNSSEC Validation config resource.
The timeout on the resource should be increased from 5 to 10 minutes. A new field should be added to support enabling/disabling as configuration rather than via creation/deletion.
New or Affected Resource(s)
Potential Terraform Configuration
Before: (creating the resource enables validation, deleting disables validation)
After: (creating the resource only makes changes if the state does not match the desired state, deleting does nothing)
References
The text was updated successfully, but these errors were encountered: