Allow 'load_balancers.*' to pass resource_aws_autoscaling_group_validation
This commit is contained in:
parent
d25747ba5c
commit
13b0e7ee2c
|
@ -295,6 +295,7 @@ func resource_aws_autoscaling_group_validation() *config.Validator {
|
||||||
"health_check_type",
|
"health_check_type",
|
||||||
"desired_capacity",
|
"desired_capacity",
|
||||||
"force_delete",
|
"force_delete",
|
||||||
|
"load_balancers.*",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue