terraform-provider-oneview icon indicating copy to clipboard operation
terraform-provider-oneview copied to clipboard

fix logical interconnect group issues

Open adarobin opened this issue 1 year ago • 0 comments

Description

The crashes I have experienced with oneview_logical_interconnect_group have been resolved, but I have still had some issues with the resource complaining about attributes being set that are read only or have default values defined and showing a change when there isn't any. There were also several attributes that were not being set on a read.

This also fixes the resource to read in uplink_set when doing an import. I haven't figured out a way to handle the ordering of uplink_set when doing an import though. The ideal solution would probably be for uplink_set to be TypeSet, but I'm not sure how feasible that is.

Issues Resolved

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass for go 1.11 + gofmt checks.
  • [ ] New functionality has been documented in the README if applicable.
    • [ ] New functionality has been thoroughly documented in the examples (please include helpful comments).
    • [ ] New endpoints supported are updated in the endpoints-support.md file.
  • [ ] Changes are documented in the CHANGELOG.

adarobin avatar Jul 17 '23 18:07 adarobin