mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: elb subnet change should not force a new resource
This commit is contained in:
parent
2203ef82a4
commit
c963793f3d
@ -74,7 +74,6 @@ func resourceAwsElb() *schema.Resource {
|
||||
Type: schema.TypeSet,
|
||||
Elem: &schema.Schema{Type: schema.TypeString},
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
Set: func(v interface{}) int {
|
||||
return hashcode.String(v.(string))
|
||||
|
Loading…
Reference in New Issue
Block a user