Skip to content

Commit

Permalink
Fix for IQN Suffix Block object_type
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Sep 8, 2024
1 parent 2fa00f7 commit 7ce9c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iqn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "intersight_iqnpool_pool" "map" {
for_each = { for v in each.value.iqn_blocks : v.from => v }
content {
from = iqn_suffix_blocks.value.from
object_type = "iqnpool.Block"
object_type = "iqnpool.IqnSuffixBlock"
size = iqn_suffix_blocks.value.size
suffix = iqn_suffix_blocks.value.suffix
to = iqn_suffix_blocks.value.to
Expand Down

0 comments on commit 7ce9c0a

Please sign in to comment.