Changing AWS ELB to not ForceNew when listeners change
This commit is contained in:
parent
f61b7af815
commit
186af0bbb3
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue