We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f71269 + e2c4e3f commit 9ec8453Copy full SHA for 9ec8453
terraform/modules/as/variables.tf
@@ -47,8 +47,8 @@ variable "is_delete_with_instance" {
47
48
variable "internet_max_bandwidth_out" {
49
type = number
50
- default = 10
51
- description = "Max bandwidth of Internet access in Mbps. Default is `10`."
+ default = 0
+ description = "Max bandwidth of Internet access in Mbps. Default is `0`."
52
}
53
54
variable "public_ip_assigned" {
terraform/variables.tf
@@ -6,5 +6,5 @@ variable "region" {
6
7
8
variable "availability_zone" {
9
- default = "ap-guangzhou-3"
+ default = "ap-guangzhou-6"
10
0 commit comments