File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
06-production-grade-infrastructure/small-modules/modules/cluster/asg-rolling-deploy
07-testing-terraform-code/modules/cluster/asg-rolling-deploy
08-terraform-team/modules/cluster/asg-rolling-deploy Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ variable "enable_autoscaling" {
44
44
# ---------------------------------------------------------------------------------------------------------------------
45
45
46
46
variable "target_group_arns" {
47
- description = " The ARNs of load balancer target groups in which to register Instances"
47
+ description = " The ARNs of ELB target groups in which to register Instances"
48
48
type = list (string )
49
49
default = []
50
50
}
@@ -58,7 +58,7 @@ variable "health_check_type" {
58
58
variable "user_data" {
59
59
description = " The User Data script to run in each Instance at boot"
60
60
type = string
61
- default = " "
61
+ default = null
62
62
}
63
63
64
64
variable "custom_tags" {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ variable "health_check_type" {
58
58
variable "user_data" {
59
59
description = " The User Data script to run in each Instance at boot"
60
60
type = string
61
- default = " "
61
+ default = null
62
62
}
63
63
64
64
variable "custom_tags" {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ variable "health_check_type" {
58
58
variable "user_data" {
59
59
description = " The User Data script to run in each Instance at boot"
60
60
type = string
61
- default = " "
61
+ default = null
62
62
}
63
63
64
64
variable "custom_tags" {
You can’t perform that action at this time.
0 commit comments