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 d71ec91 commit 46c62f7
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 @@ -40,7 +40,7 @@ func resourceRegistryOciEcr() *schema.Resource {
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"ecr", "basic"}, false),
Description: "The type of the registry. Possible values are 'ecr' (Amazon Elastic Container Registry) or 'basic' (for other types of registries).",
Description: "The type of the registry. Possible values are 'ecr' (Amazon Elastic Container Registry) or 'basic' (for other types of OCI registries).",
},
"is_private": {
Type: schema.TypeBool,
Expand Down

0 comments on commit 46c62f7

Please sign in to comment.