mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-29 19:19:40 -05:00
Correct comment in docker_network documentation
This commit is contained in:
parent
d40a6ee037
commit
71c4b2fca4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ to create virtual networks within the docker environment.
|
|||
## Example Usage
|
||||
|
||||
```hcl
|
||||
# Find the latest Ubuntu precise image.
|
||||
# Create a new docker network
|
||||
resource "docker_network" "private_network" {
|
||||
name = "my_network"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue