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.
1 parent 2e73109 commit 24f8ecaCopy full SHA for 24f8eca
CHANGELOG.md
@@ -1,4 +1,9 @@
1
## 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
7
## 2.4.0 (February 14, 2020)
8
9
IMPROVEMENTS:
variables.tf
@@ -134,7 +134,7 @@ variable "private_ips" {
134
variable "internet_max_bandwidth_in" {
135
description = "The maximum internet in bandwidth of instance."
136
type = number
137
- default = 200
+ default = null
138
}
139
140
variable "internet_max_bandwidth_out" {
0 commit comments