diff --git a/huaweicloud/step_allocate_ip.go b/huaweicloud/step_allocate_ip.go index 48c94ce7..d562d59e 100644 --- a/huaweicloud/step_allocate_ip.go +++ b/huaweicloud/step_allocate_ip.go @@ -174,7 +174,7 @@ func (s *StepAllocateIp) createEIP(ui packer.Ui, config *Config, stateBag multis Bandwidth: eips.BandwidthOpts{ Size: s.EIPBandwidthSize, ShareType: "PER", - ChargeMode: "bandwidth", + ChargeMode: "traffic", Name: fmt.Sprintf("packer_eip_bandwidth_%v", time.Now().Unix()), }, }