diff --git a/builder/osc/common/step_network_info.go b/builder/osc/common/step_network_info.go index e7fd68b70..6f5c4e501 100644 --- a/builder/osc/common/step_network_info.go +++ b/builder/osc/common/step_network_info.go @@ -149,7 +149,7 @@ func (s *StepNetworkInfo) Run(_ context.Context, state multistep.StateBag) multi } } - state.Put("vpc_id", s.NetId) + state.Put("net_id", s.NetId) state.Put("availability_zone", s.SubregionName) state.Put("subnet_id", s.SubnetId) return multistep.ActionContinue