mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-12 07:13:28 -05:00
741 B
741 B
| page_title | subcategory | description |
|---|---|---|
| docker_network Data Source - terraform-provider-docker |
docker_network (Data Source)
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)
- options (Map of String)
- scope (String)
Nested Schema for ipam_config
Read-Only:
- aux_address (Map of String)
- gateway (String)
- ip_range (String)
- subnet (String)