feature: bsusurrogate, add network info step

This commit is contained in:
Marin Salinas 2019-02-01 15:20:26 -06:00 committed by Megan Marsh
parent c24ee2c9ca
commit cef9a4b9fd
1 changed files with 1 additions and 1 deletions

View File

@ -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