feature: bsusurrogate, add network info step
This commit is contained in:
parent
c24ee2c9ca
commit
cef9a4b9fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue