Skip to content

Commit 24f8eca

Browse files
committed
remove internet_max_bandwidth_in default to fix diff bug
1 parent 2e73109 commit 24f8eca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## 2.5.0 (Unreleased)
2+
3+
BUG FIXES:
4+
5+
- remove internet_max_bandwidth_in default to fix diff bug [GH-43](https://github.com/terraform-alicloud-modules/terraform-alicloud-ecs-instance/pull/43)
6+
27
## 2.4.0 (February 14, 2020)
38

49
IMPROVEMENTS:

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ variable "private_ips" {
134134
variable "internet_max_bandwidth_in" {
135135
description = "The maximum internet in bandwidth of instance."
136136
type = number
137-
default = 200
137+
default = null
138138
}
139139

140140
variable "internet_max_bandwidth_out" {

0 commit comments

Comments
 (0)