terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

feat(service): add alias for networks

Open mavogel opened this issue 4 years ago • 1 comments

Add the ability to pass an alias for the containers in the network. Currently, the network_advanced workaround does not work properly.

mavogel avatar Jun 30 '21 20:06 mavogel

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.

github-actions[bot] avatar Aug 30 '21 10:08 github-actions[bot]

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

Junkern avatar Dec 28 '22 12:12 Junkern

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

Junkern avatar Jan 04 '23 13:01 Junkern