Skip to content

Commit 9ec8453

Browse files
authored
Merge pull request #6 from tencentcloudstack/fix/as
Fix/as
2 parents 3f71269 + e2c4e3f commit 9ec8453

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

terraform/modules/as/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ variable "is_delete_with_instance" {
4747

4848
variable "internet_max_bandwidth_out" {
4949
type = number
50-
default = 10
51-
description = "Max bandwidth of Internet access in Mbps. Default is `10`."
50+
default = 0
51+
description = "Max bandwidth of Internet access in Mbps. Default is `0`."
5252
}
5353

5454
variable "public_ip_assigned" {

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ variable "region" {
66
}
77

88
variable "availability_zone" {
9-
default = "ap-guangzhou-3"
9+
default = "ap-guangzhou-6"
1010
}

0 commit comments

Comments
 (0)