Changing AWS ELB to not ForceNew when listeners change

This commit is contained in:
Rob Zienert 2014-12-27 22:33:33 -06:00
parent f61b7af815
commit 186af0bbb3
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func resourceAwsElb() *schema.Resource {
"listener": &schema.Schema{
Type: schema.TypeSet,
Required: true,
ForceNew: true,
ForceNew: false,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"instance_port": &schema.Schema{