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

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