Skip to content

Commit

Permalink
Merge pull request #7130 from dongchen126/alibabacloud-fix-bandwidth-…
Browse files Browse the repository at this point in the history
…4.10

OCPBUGS-12751: [Alibaba] update the bandwidth value of EIP
  • Loading branch information
openshift-merge-robot committed Jun 28, 2023
2 parents ebec724 + b1b784f commit 5648533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/data/alibabacloud/cluster/vpc/eip.tf
Expand Up @@ -5,6 +5,7 @@ resource "alicloud_eip_address" "eip" {
address_name = "${local.prefix}-eip"
payment_type = "PayAsYouGo"
internet_charge_type = "PayByTraffic"
bandwidth = 200
resource_group_id = var.resource_group_id
tags = merge(
{
Expand Down

0 comments on commit 5648533

Please sign in to comment.