Skip to content

Commit

Permalink
Merge pull request #293 from mohamuni/iqnpool_and_fabricqos
Browse files Browse the repository at this point in the history
Test case covering iqnpool
  • Loading branch information
the-akhil-nair authored Sep 19, 2024
2 parents c437f7f + 94c159d commit 96c27e7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/common/iqnpool_pool.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
resource "intersight_iqnpool_pool" "iqnpool_pool1" {
name = "ippool_pool1"
description = "demo_ippool pool"
assignment_order = "sequential"
prefix = "iqn.2023-06.abc.com"

iqn_suffix_blocks {
object_type = "iqnpool.IqnSuffixBlock"
suffix = "iscsi01"
from = 0
to = 20
}
organization {
object_type = "organization.Organization"
moid = data.intersight_organization_organization.default.results.0.moid
}
}

0 comments on commit 96c27e7

Please sign in to comment.