terraform-provider-docker/docker
2021-01-18 09:00:26 +01:00
..
config.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
data_source_docker_network.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
data_source_docker_network_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
data_source_docker_plugin.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
data_source_docker_plugin_test.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
data_source_docker_registry_image.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
data_source_docker_registry_image_test.go Move to standalone plugin SDK (#200) 2019-10-09 20:25:38 +02:00
label.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
label_migration.go fix: panic to migrate schema of docker_container from v1 to v2 (#271). Closes #264 2020-08-02 18:25:44 +02:00
label_migration_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
provider.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
provider_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_config.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_config_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_container.go feat: add properties -it (tty and stdin_opn) to docker container 2021-01-18 09:00:26 +01:00
resource_docker_container_funcs.go feat: add properties -it (tty and stdin_opn) to docker container 2021-01-18 09:00:26 +01:00
resource_docker_container_migrate.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_container_test.go feat: add properties -it (tty and stdin_opn) to docker container 2021-01-18 09:00:26 +01:00
resource_docker_container_v1.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
resource_docker_image.go feat: add force_remove option to r/image (#104) 2020-12-29 08:03:40 +01:00
resource_docker_image_funcs.go fix: set "latest" to tag when tag isn't specified (#117) 2021-01-06 19:54:31 +01:00
resource_docker_image_test.go feat: add force_remove option to r/image (#104) 2020-12-29 08:03:40 +01:00
resource_docker_network.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_network_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_network_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_plugin.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
resource_docker_plugin_funcs.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
resource_docker_plugin_test.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
resource_docker_registry_image.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_registry_image_funcs.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
resource_docker_registry_image_funcs_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_secret.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_secret_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_service.go feat: supports Docker plugin (#35) 2021-01-08 16:38:30 +01:00
resource_docker_service_funcs.go feat: support max replicas of Docker Service Task Spec (#112) 2021-01-03 12:37:31 +01:00
resource_docker_service_test.go feat: support max replicas of Docker Service Task Spec (#112) 2021-01-03 12:37:31 +01:00
resource_docker_volume.go style: format with gofumpt 2020-12-12 19:26:11 +09:00
resource_docker_volume_test.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
structures_service.go feat: support max replicas of Docker Service Task Spec (#112) 2021-01-03 12:37:31 +01:00
validators.go chore: introduces golangci-lint (#32) 2020-12-20 11:04:51 +01:00
validators_test.go style: format with gofumpt 2020-12-12 19:26:11 +09:00