diff --git a/docs/resources/registry_image.md b/docs/resources/registry_image.md index 117f13fc..dbccab98 100644 --- a/docs/resources/registry_image.md +++ b/docs/resources/registry_image.md @@ -49,7 +49,7 @@ Required: Optional: -- **auth_config** (Block List) The configuration for the autentication (see [below for nested schema](#nestedblock--build--auth_config)) +- **auth_config** (Block List) The configuration for the authentication (see [below for nested schema](#nestedblock--build--auth_config)) - **build_args** (Map of String) Pairs for build-time variables in the form TODO - **build_id** (String) BuildID is an optional identifier that can be passed together with the build request. The - **cache_from** (List of String) Images to consider as cache sources diff --git a/internal/provider/resource_docker_registry_image.go b/internal/provider/resource_docker_registry_image.go index 509bf087..18c76819 100644 --- a/internal/provider/resource_docker_registry_image.go +++ b/internal/provider/resource_docker_registry_image.go @@ -192,7 +192,7 @@ func resourceDockerRegistryImage() *schema.Resource { }, "auth_config": { Type: schema.TypeList, - Description: "The configuration for the autentication", + Description: "The configuration for the authentication", Optional: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{