terraform-provider-docker/internal/provider
Martin df4b76aa04
fix: Enable authentication to multiple registries again. (#400)
* fix: Enable authentication to multiple registries again.

* fix: Tests run when conflictsWith is disabled.

* chore: Improve docs for multiple registry auth.

* tests: Add multiple registry auth test.

* fix: Correct index of auth structure.

* chore: Add newest docs [ci skip]
2022-07-15 13:05:26 +02:00
..
authentication_helpers.go fix: ECR authentication (#409) 2022-07-15 12:25:36 +02:00
authentication_helpers_test.go fix: ECR authentication (#409) 2022-07-15 12:25:36 +02:00
config.go feat: add parameter for SSH options (#335) 2022-01-18 14:37:50 +09:00
data_source_docker_image.go fix: Improve searchLocalImages error handling. (#407) 2022-07-14 14:30:29 +02:00
data_source_docker_image_test.go fix: Improve searchLocalImages error handling. (#407) 2022-07-14 14:30:29 +02:00
data_source_docker_network.go feat/doc generation (#193) 2021-05-21 21:30:56 +09:00
data_source_docker_network_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
data_source_docker_plugin.go feat/doc generation (#193) 2021-05-21 21:30:56 +09:00
data_source_docker_plugin_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
data_source_docker_registry_image.go fix: ECR authentication (#409) 2022-07-15 12:25:36 +02:00
data_source_docker_registry_image_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
helpers.go fix/service delete deadline (#227) 2021-06-22 22:11:32 +09:00
provider.go fix: Enable authentication to multiple registries again. (#400) 2022-07-15 13:05:26 +02:00
provider_test.go fix: Enable authentication to multiple registries again. (#400) 2022-07-15 13:05:26 +02:00
resource_docker_config.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_config_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_container.go feat: Add gpu flag to docker_container resource (#405) 2022-07-15 11:15:28 +02:00
resource_docker_container_funcs.go feat: Add gpu flag to docker_container resource (#405) 2022-07-15 11:15:28 +02:00
resource_docker_container_migrators.go feat: add runtime, stop_signal and stop_timeout properties to the docker_container resource (#364) 2022-07-11 12:27:47 +02:00
resource_docker_container_structures.go fix: add nil check of DriverConfig (#315) 2021-11-30 15:30:45 +01:00
resource_docker_container_test.go fix: pass container rm flag (#322) 2021-12-03 19:38:55 +09:00
resource_docker_image.go fix/service image name (#212) 2021-06-21 09:24:02 +02:00
resource_docker_image_funcs.go fix: Improve searchLocalImages error handling. (#407) 2022-07-14 14:30:29 +02:00
resource_docker_image_test.go fix: Enables having a Dockerfile outside the context (#402) 2022-07-13 09:01:52 +02:00
resource_docker_network.go feat/doc generation (#193) 2021-05-21 21:30:56 +09:00
resource_docker_network_funcs.go fix/service delete deadline (#227) 2021-06-22 22:11:32 +09:00
resource_docker_network_migrators.go fix/move helpers (#170) 2021-04-19 22:33:13 +09:00
resource_docker_network_structures.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_network_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_plugin.go feat/doc generation (#193) 2021-05-21 21:30:56 +09:00
resource_docker_plugin_funcs.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_plugin_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_registry_image.go fix: pass container rm flag (#322) 2021-12-03 19:38:55 +09:00
resource_docker_registry_image_funcs.go fix: Enables having a Dockerfile outside the context (#402) 2022-07-13 09:01:52 +02:00
resource_docker_registry_image_test.go fix: Enables having a Dockerfile outside the context (#402) 2022-07-13 09:01:52 +02:00
resource_docker_secret.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_secret_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
resource_docker_service.go docs: fix service options (#337) 2022-01-23 12:18:07 +01:00
resource_docker_service_funcs.go fix/service delete deadline (#227) 2021-06-22 22:11:32 +09:00
resource_docker_service_migrators.go fix/service image name (#212) 2021-06-21 09:24:02 +02:00
resource_docker_service_structures.go fix/service bind options (#234) 2021-06-27 16:34:01 +02:00
resource_docker_service_test.go fix/service bind options (#234) 2021-06-27 16:34:01 +02:00
resource_docker_volume.go fix/service delete deadline (#227) 2021-06-22 22:11:32 +09:00
resource_docker_volume_migrators.go fix/move helpers (#170) 2021-04-19 22:33:13 +09:00
resource_docker_volume_test.go chore/refactor tests (#201) 2021-05-31 16:11:49 +09:00
test_helpers.go fix(deps): update module github.com/golangci/golangci-lint to v1.43.0 (#306) 2021-12-02 10:58:17 +01:00
validators.go feat: migrate to terraform-sdk v2 (#102) 2021-03-18 08:30:54 +01:00
validators_test.go feat: migrate to terraform-sdk v2 (#102) 2021-03-18 08:30:54 +01:00