We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa00f7 commit 7ce9c0aCopy full SHA for 7ce9c0a
iqn.tf
@@ -14,7 +14,7 @@ resource "intersight_iqnpool_pool" "map" {
14
for_each = { for v in each.value.iqn_blocks : v.from => v }
15
content {
16
from = iqn_suffix_blocks.value.from
17
- object_type = "iqnpool.Block"
+ object_type = "iqnpool.IqnSuffixBlock"
18
size = iqn_suffix_blocks.value.size
19
suffix = iqn_suffix_blocks.value.suffix
20
to = iqn_suffix_blocks.value.to
0 commit comments