From cef9a4b9fdd0e19dccf7acf31c7d2dc23d9d960f Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Fri, 1 Feb 2019 15:20:26 -0600 Subject: [PATCH] feature: bsusurrogate, add network info step --- builder/osc/common/step_network_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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