Merge pull request #721 from robzienert/change-elb-listener-force-new

providers/aws: Changing AWS ELB to not ForceNew when listeners change
This commit is contained in:
Mitchell Hashimoto 2015-02-17 09:43:46 -08:00
commit 9a19eb3110
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,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{