Skip to content

Commit 7ce9c0a

Browse files
committed
Fix for IQN Suffix Block object_type
1 parent 2fa00f7 commit 7ce9c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iqn.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "intersight_iqnpool_pool" "map" {
1414
for_each = { for v in each.value.iqn_blocks : v.from => v }
1515
content {
1616
from = iqn_suffix_blocks.value.from
17-
object_type = "iqnpool.Block"
17+
object_type = "iqnpool.IqnSuffixBlock"
1818
size = iqn_suffix_blocks.value.size
1919
suffix = iqn_suffix_blocks.value.suffix
2020
to = iqn_suffix_blocks.value.to

0 commit comments

Comments
 (0)