mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-09 08:12:54 -05:00
Merge pull request #23 from JamesLaverack/patch-1
Correct comment in `docker_network` documentation
This commit is contained in:
commit
f3f85a1ff1
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