Skip to content

Commit 6909116

Browse files
committed
Increase service quota for VPC
1 parent 7849351 commit 6909116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/shared/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func getLimitedResources() map[string]*ServiceQuota {
146146
ServiceCode: "vpc",
147147
QuotaName: "VPCs per Region",
148148
QuotaCode: "L-F678F1CE",
149-
DesiredMinimumValue: 20,
149+
DesiredMinimumValue: 25,
150150
}
151151

152152
serviceQuotas["ec2-normal"] = &ServiceQuota{

0 commit comments

Comments
 (0)