mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
remove todo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user