From 33695a3317fab3b4c3e18e9a50aeb8d9964bf6c3 Mon Sep 17 00:00:00 2001 From: Sivaanand Murugesan Date: Fri, 4 Oct 2024 10:25:24 +0530 Subject: [PATCH] Update spectrocloud/resource_registry_oci_ecr.go Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> --- spectrocloud/resource_registry_oci_ecr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectrocloud/resource_registry_oci_ecr.go b/spectrocloud/resource_registry_oci_ecr.go index 2d3b8876..bf39968b 100644 --- a/spectrocloud/resource_registry_oci_ecr.go +++ b/spectrocloud/resource_registry_oci_ecr.go @@ -62,7 +62,7 @@ func resourceRegistryOciEcr() *schema.Resource { Type: schema.TypeList, Required: true, MaxItems: 1, - Description: "Authentication credentials for accessing the OCI registry.", + Description: "Authentication credentials to access the private OCI registry. Required if `is_private` is set to `true`", Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "credential_type": {