docs: corrects authentication misspell. Closes #264

This commit is contained in:
Manuel Vogel 2021-08-11 10:02:33 +02:00
parent 6be43d114e
commit 4cd1d11bcc
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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{