mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-11 23:03:13 -05:00
41 lines
741 B
Markdown
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)
|
|
|
|
|