Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso authored Jan 1, 2024
1 parent 64f96b7 commit fdb926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ucs_server_templates/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "intersight_server_profile_template" "server_template" {
name = var.name
target_platform = var.target_platform
uuid_address_type = var.uuid_pool != "" ? "POOL" : "NONE"
uuid_pool = {
uuid_pool {
moid = var.uuid_pool
object_type = "uuidpool.Pool"
}
Expand Down

0 comments on commit fdb926e

Please sign in to comment.