mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
keep clean changeinfo as res id
This commit is contained in:
parent
9c8748d2dc
commit
450c42f166
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user