remove todo

This commit is contained in:
Matthew Hooker 2018-10-31 11:59:30 -07:00
parent 94d3d366aa
commit 3ff038d4d1
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ func (s *stepCreateIPReservation) Run(_ context.Context, state multistep.StateBa
ui.Error(err.Error())
return multistep.ActionHalt
}
// TODO: state key prefixes for multiple hosts
state.Put("instance_ip", ipRes.IP)
state.Put("ipres_name", ipresName)
return multistep.ActionContinue