How to quickly import all records from a Route53 DNS zone into Terraform
||

The terraform import command brings existing AWS resources under management—but only one resource at a time. For a Route53 zone with dozens or hundreds of records, that is painful. This article outlines a bash-oriented approach to batch the work safely.
