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