From fdb926eae8af34b862aa586d78671749fb0fa927 Mon Sep 17 00:00:00 2001 From: Tyson Scott Date: Mon, 1 Jan 2024 12:43:52 -0500 Subject: [PATCH] Update main.tf --- modules/ucs_server_templates/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ucs_server_templates/main.tf b/modules/ucs_server_templates/main.tf index ba381eb..726f62e 100644 --- a/modules/ucs_server_templates/main.tf +++ b/modules/ucs_server_templates/main.tf @@ -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" }