Closes#48
* feat: adds new content_base64 property for upload
* feat: adds logic for base64 content processing
* test: for new upload property
* docs: for new upload property
* docs: adapts container upload to aws example docs
* fix: adds a comment for non-working conflicts with within lists
* docs: updates for non-supported conflict within lists and sets
* tests: updates notes on disabled checks
* fix: validation for container upload configs
* docs: validation for container upload configs
* fix(test): add must not run flag for invalid upload config container
* Add mounts support to docker container resource
* Source is not a required mount attribute.
* Add tmpfs map support to docker container resource
* Add tests around tmpfs map
* Feat/net-attr add IP address of each network to the computed attributes from #50.
* marks ip_address as deprecated and adds network data for a container. Closes#9
* adds wait for removal of a container. Closes#98
* removes validator for container network_mode and checks error handling if container disconnect from default network fails. Closes#107
- `docker_container` needs only internal port to be specified. Closes#8 and #89 for the documentation
- `docker_container` writes external port now correctly into `tfstate`. Closes#73
Adds docker swarm features to the provider for the Docker Engine 17.09.1 and API Version 1.32.
The spec is close to the API. By default, the swarm services are fire and forget. A converging config implements the features of the docker cli to ensure a service and all its replicas are up and running. Furthermore, service can have configs, secrets, networks, mounts and be added to a network.