Skip to content

Commit

Permalink
fix: modify as
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmkn committed Jan 4, 2024
1 parent 4a1cbc7 commit e2c4e3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/as/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "tencentcloud_as_scaling_config" "launch_configuration" {
}

internet_charge_type = "TRAFFIC_POSTPAID_BY_HOUR"
# internet_max_bandwidth_out = var.internet_max_bandwidth_out
internet_max_bandwidth_out = var.internet_max_bandwidth_out
public_ip_assigned = var.public_ip_assigned
password = var.password
enhanced_security_service = var.enhanced_security_service
Expand Down
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 e2c4e3f

Please sign in to comment.