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

Add security_opts to container config. #308

Closed innovate-invent closed 4 years ago

innovate-invent commented 4 years ago

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

innovate-invent commented 4 years ago

The CI fails because there is a test. The issue I am having is that docker is modifying the value after apply. I think I need to call d.Set in the create function after creation to update the value.

Edit: Actually, this issue affects most of the existing tests. On my system docker modifies a number of the arguments after apply. I never get an empty diff.