mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-11 23:03:13 -05:00
1.1 KiB
1.1 KiB
| page_title | subcategory | description |
|---|---|---|
| docker_network Resource - terraform-provider-docker |
docker_network (Resource)
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)
- ipam_driver (String)
- ipv6 (Boolean)
- labels (Block Set) (see below for nested schema)
- options (Map of String)
Read-Only
- scope (String)
Nested Schema for ipam_config
Optional:
- aux_address (Map of String)
- gateway (String)
- ip_range (String)
- subnet (String)
Nested Schema for labels
Required:
- label (String) Name of the label
- value (String) Value of the label