Skip to content

Commit

Permalink
Fixed failure of host update test case. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitranm authored Mar 14, 2024
1 parent f2f14f1 commit 1d8cfda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resources/resource_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func hostSchema() map[string]*schema.Schema {
},
hWWPNS: {
Type: schema.TypeList,
Optional: true,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.51
1.3.52

0 comments on commit 1d8cfda

Please sign in to comment.