Skip to content

Commit

Permalink
Type change for enable network loop protection enabled (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabhajit-ray authored Jun 7, 2023
1 parent 68326a6 commit b764f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Bug fixes & Enhancements:
- [#523](https://github.com/HewlettPackard/terraform-provider-oneview/issues/523 )oneview_firmware_drivers data source is broken
- [#524](https://github.com/HewlettPackard/terraform-provider-oneview/issues/524 ) Data object retrieval for firmware_drivers bug
- [#535](https://github.com/HewlettPackard/terraform-provider-oneview/issues/535 ) Crash in logical interconnect group

# [v.8.3.0-13]

Expand Down
2 changes: 1 addition & 1 deletion oneview/resource_logical_interconnect_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ func resourceLogicalInterconnectGroup() *schema.Resource {
Optional: true,
},
"enable_network_loop_protection": {
Type: schema.TypeString,
Type: schema.TypeBool,
Optional: true,
},
"enable_pause_flood_protection": {
Expand Down

0 comments on commit b764f34

Please sign in to comment.