Skip to content

Commit

Permalink
Merge pull request #6 from tencentcloudstack/fix/as
Browse files Browse the repository at this point in the history
Fix/as
  • Loading branch information
gitmkn authored Jan 4, 2024
2 parents 3f71269 + e2c4e3f commit 9ec8453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/as/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ variable "is_delete_with_instance" {

variable "internet_max_bandwidth_out" {
type = number
default = 10
description = "Max bandwidth of Internet access in Mbps. Default is `10`."
default = 0
description = "Max bandwidth of Internet access in Mbps. Default is `0`."
}

variable "public_ip_assigned" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ variable "region" {
}

variable "availability_zone" {
default = "ap-guangzhou-3"
default = "ap-guangzhou-6"
}

0 comments on commit 9ec8453

Please sign in to comment.