mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
docs: corrects authentication misspell. Closes #264
This commit is contained in:
parent
6be43d114e
commit
4cd1d11bcc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue