mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-11 23:03:13 -05:00
59 lines
1.1 KiB
Markdown
59 lines
1.1 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "docker_network Resource - terraform-provider-docker"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# docker_network (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- **name** (String)
|
|
|
|
### Optional
|
|
|
|
- **attachable** (Boolean)
|
|
- **check_duplicate** (Boolean)
|
|
- **driver** (String)
|
|
- **id** (String) The ID of this resource.
|
|
- **ingress** (Boolean)
|
|
- **internal** (Boolean)
|
|
- **ipam_config** (Block Set) (see [below for nested schema](#nestedblock--ipam_config))
|
|
- **ipam_driver** (String)
|
|
- **ipv6** (Boolean)
|
|
- **labels** (Block Set) (see [below for nested schema](#nestedblock--labels))
|
|
- **options** (Map of String)
|
|
|
|
### Read-Only
|
|
|
|
- **scope** (String)
|
|
|
|
<a id="nestedblock--ipam_config"></a>
|
|
### Nested Schema for `ipam_config`
|
|
|
|
Optional:
|
|
|
|
- **aux_address** (Map of String)
|
|
- **gateway** (String)
|
|
- **ip_range** (String)
|
|
- **subnet** (String)
|
|
|
|
|
|
<a id="nestedblock--labels"></a>
|
|
### Nested Schema for `labels`
|
|
|
|
Required:
|
|
|
|
- **label** (String) Name of the label
|
|
- **value** (String) Value of the label
|
|
|
|
|