mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-16 03:32:55 -05:00
Terraform Provider - Docker
regex solution is extremely complex, which makes it hard to debug and understand; the original switches and commenting lay out the various cases in a straightforward fashion. Plus, implementing namespace/repo support in the original code was a simple strings.Join call. |
||
|---|---|---|
| config.go | ||
| provider.go | ||
| provider_test.go | ||
| resource_docker_container.go | ||
| resource_docker_container_funcs.go | ||
| resource_docker_container_test.go | ||
| resource_docker_image.go | ||
| resource_docker_image_funcs.go | ||
| resource_docker_image_test.go | ||