mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user