Skip to content

Commit ebabc74

Browse files
Merge pull request openshift#7011 from dongchen126/alibabacloud-fix-bandwidth-4.14
OCPBUGS-10673: [Alibaba] update the bandwidth value of EIP
2 parents 2a88113 + d7ff802 commit ebabc74

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)