diff --git a/builtin/providers/aws/resource_aws_route53_zone_association.go b/builtin/providers/aws/resource_aws_route53_zone_association.go index 4e1049fcce..ab8b5ad76b 100644 --- a/builtin/providers/aws/resource_aws_route53_zone_association.go +++ b/builtin/providers/aws/resource_aws_route53_zone_association.go @@ -59,7 +59,7 @@ func resourceAwsRoute53ZoneAssociationCreate(d *schema.ResourceData, meta interf } // Store association id - association_id := *resp.ChangeInfo.ID + association_id := cleanChangeID(*resp.ChangeInfo.ID) d.Set("association_id", association_id) d.SetId(association_id)