keep clean changeinfo as res id

This commit is contained in:
Panagiotis Moustafellos 2015-05-06 19:30:48 +03:00 committed by John Engelman
parent 9c8748d2dc
commit 450c42f166
1 changed files with 1 additions and 1 deletions

View File

@ -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)