mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-23 16:19: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:
|
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_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
|
- **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
|
- **cache_from** (List of String) Images to consider as cache sources
|
||||||
|
|
|
||||||
|
|
@ -192,7 +192,7 @@ func resourceDockerRegistryImage() *schema.Resource {
|
||||||
},
|
},
|
||||||
"auth_config": {
|
"auth_config": {
|
||||||
Type: schema.TypeList,
|
Type: schema.TypeList,
|
||||||
Description: "The configuration for the autentication",
|
Description: "The configuration for the authentication",
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Elem: &schema.Resource{
|
Elem: &schema.Resource{
|
||||||
Schema: map[string]*schema.Schema{
|
Schema: map[string]*schema.Schema{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue