Skip to content

Commit

Permalink
Update spectrocloud/resource_registry_oci_ecr.go
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
SivaanandM and karl-cardenas-coding authored Oct 4, 2024
1 parent 46c62f7 commit 33695a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectrocloud/resource_registry_oci_ecr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 33695a3

Please sign in to comment.