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
The Advanced example for the docker_service resource shows an
env
block, like this:This is incorrect: that value is now a regular map (
env = {MYFOO = "BAR"}
) as you can see in this test.