mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-18 23:06:10 -05:00
docs: correct spelling of "networks_advanced" (#517)
This commit is contained in:
parent
763b906070
commit
e075398af1
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ Deprecated attributes:
|
|||
|
||||
* `links`: The --link flag is a legacy feature of Docker and will be removed (https://docs.docker.com/network/links/)
|
||||
* `ip_address`, `ip_prefix_length`, `gateway`: Use the `network_data` block instead
|
||||
* `network_alias`, `networks`: Use the `networks_addvanced` block instead
|
||||
* `network_alias`, `networks`: Use the `networks_advanced` block instead
|
||||
|
||||
|
||||
## `docker_image`
|
||||
|
|
@ -25,7 +25,7 @@ Deprecated attributes:
|
|||
|
||||
## `docker_service`
|
||||
|
||||
* `networks`: Use the `networks_addvanced` block instead
|
||||
* `networks`: Use the `networks_advanced` block instead
|
||||
|
||||
|
||||
## `docker_registry_image`
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Deprecated attributes:
|
|||
|
||||
* `links`: The --link flag is a legacy feature of Docker and will be removed (https://docs.docker.com/network/links/)
|
||||
* `ip_address`, `ip_prefix_length`, `gateway`: Use the `network_data` block instead
|
||||
* `network_alias`, `networks`: Use the `networks_addvanced` block instead
|
||||
* `network_alias`, `networks`: Use the `networks_advanced` block instead
|
||||
|
||||
|
||||
## `docker_image`
|
||||
|
|
@ -25,7 +25,7 @@ Deprecated attributes:
|
|||
|
||||
## `docker_service`
|
||||
|
||||
* `networks`: Use the `networks_addvanced` block instead
|
||||
* `networks`: Use the `networks_advanced` block instead
|
||||
|
||||
|
||||
## `docker_registry_image`
|
||||
|
|
|
|||
Loading…
Reference in a new issue