From 1d8cfda958ff95d403168d7052e90671d6da456e Mon Sep 17 00:00:00 2001 From: Malay Chitranshi <125026538+chitranm@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:15:12 +0530 Subject: [PATCH] Fixed failure of host update test case. (#179) --- internal/resources/resource_host.go | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/resources/resource_host.go b/internal/resources/resource_host.go index 66b98f9..c99c1a5 100644 --- a/internal/resources/resource_host.go +++ b/internal/resources/resource_host.go @@ -266,7 +266,7 @@ func hostSchema() map[string]*schema.Schema { }, hWWPNS: { Type: schema.TypeList, - Optional: true, + Computed: true, Elem: &schema.Schema{ Type: schema.TypeString, }, diff --git a/version b/version index 81617aa..825879a 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.3.51 +1.3.52