Skip to content

Commit d7ff802

Browse files
committed
Alibaba: update the bandwidth value of EIP
1 parent a7632d0 commit d7ff802

File tree

1 file changed

+1
-0
lines changed
  • data/data/alibabacloud/cluster/vpc

1 file changed

+1
-0
lines changed

data/data/alibabacloud/cluster/vpc/eip.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resource "alicloud_eip_address" "eip" {
55
address_name = "${local.prefix}-eip"
66
payment_type = "PayAsYouGo"
77
internet_charge_type = "PayByTraffic"
8+
bandwidth = 200
89
resource_group_id = var.resource_group_id
910
tags = merge(
1011
{

0 commit comments

Comments
 (0)