terraform-provider-docker
terraform-provider-docker copied to clipboard
feat(service): add alias for networks
Add the ability to pass an alias for the containers in the network. Currently, the network_advanced workaround does not work properly.
This pull request is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.
If you don't want this pull request to be closed, please set the label pinned.
Added driver_opts to the network_advanced block.
According to https://developer.hashicorp.com/terraform/plugin/sdkv2/best-practices/deprecations#provider-attribute-removal will release this as a new minor version and then for the next major version will remove the deprecated networks attribute
The differentiation between networks and network_advanced is a bit buggy, but that should suffice until we properly remove the networks with the next major version