Correct comment in docker_network documentation

This commit is contained in:
James Laverack 2017-10-28 00:29:54 +01:00 committed by GitHub
parent d40a6ee037
commit 71c4b2fca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}