terraform-provider-docker/docs/data-sources/network.md
2021-05-13 08:06:55 +02:00

41 lines
741 B
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "docker_network Data Source - terraform-provider-docker"
subcategory: ""
description: |-
---
# docker_network (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- **id** (String) The ID of this resource.
- **name** (String)
### Read-Only
- **driver** (String)
- **internal** (Boolean)
- **ipam_config** (Set of Object) (see [below for nested schema](#nestedatt--ipam_config))
- **options** (Map of String)
- **scope** (String)
<a id="nestedatt--ipam_config"></a>
### Nested Schema for `ipam_config`
Read-Only:
- **aux_address** (Map of String)
- **gateway** (String)
- **ip_range** (String)
- **subnet** (String)