hashicorp / terraform-provider-docker

As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/kreuzwerker/docker/latest
https://registry.terraform.io/providers/kreuzwerker/docker/latest
Mozilla Public License 2.0
132 stars 92 forks source link

feat: Expose IPv6 properties as attributes #266

Closed ellsclytn closed 4 years ago

ellsclytn commented 4 years ago

Docker IPv6 addresses can be set automatically, provided the Docker network in use is set up for it. In this situation, it can be useful to be able to access the IPv6 properties as attributes.

Resolves https://github.com/terraform-providers/terraform-provider-docker/issues/265