Skip to content

Commit

Permalink
Update uuidpool_pool.md (#237)
Browse files Browse the repository at this point in the history
It seems like the uuid_suffix_block  class_id should have a . instead of _.
  • Loading branch information
thjonson authored Apr 10, 2024
1 parent da2ace0 commit 5df16a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/uuidpool/uuidpool_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "intersight_uuidpool_pool" "uuidpool_pool1" {
assignment_order = "default"
prefix = "123e4567-e89b-42d3"
uuid_suffix_blocks {
class_id = "uuidpool_UuidBlock"
class_id = "uuidpool.UuidBlock"
object_type = "uuidpool.UuidBlock"
from = "123e4567-e89b-42d3"
to = "123e4567-e89b-84e6"
Expand All @@ -23,4 +23,4 @@ variable "organization" {
type = string
description = "value for organization"
}
```
```

0 comments on commit 5df16a4

Please sign in to comment.