{"id":27161788,"url":"https://github.com/suquant/tf_docker","last_synced_at":"2026-01-30T17:31:53.612Z","repository":{"id":145324182,"uuid":"137489990","full_name":"suquant/tf_docker","owner":"suquant","description":"Terraform docker service","archived":false,"fork":false,"pushed_at":"2018-10-07T14:57:04.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T10:49:49.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suquant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-06-15T13:19:18.000Z","updated_at":"2018-10-07T14:56:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"15528656-eb8f-485f-b04e-f1b5af854952","html_url":"https://github.com/suquant/tf_docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/suquant/tf_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suquant%2Ftf_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suquant%2Ftf_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suquant%2Ftf_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suquant%2Ftf_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suquant","download_url":"https://codeload.github.com/suquant/tf_docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suquant%2Ftf_docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28916084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-09T00:58:00.159Z","updated_at":"2026-01-30T17:31:53.605Z","avatar_url":"https://github.com/suquant.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker service module for terraform\n\n## Interfaces\n\n### Input variables\n\n* count - count of connections\n* connections - public ips where applied\n* docker_version - version (default: 17.03)\n* docker_opts - docker daemon extra options (example: [\"--iptables=false\", \"--ip-masq=false\"]) (default: [])\n\n### Output variables\n\n* public_ips - public ips\n\n\n## Example\n\n```\nvariable \"token\" {}\nvariable \"hosts\" {\n  default = 2\n}\nvariable \"docker_opts\" {\n  type = \"list\"\n  default = [\"--iptables=false\", \"--ip-masq=false\"]\n}\n\nprovider \"hcloud\" {\n  token = \"${var.token}\"\n}\n\nmodule \"provider\" {\n  source = \"git::https://github.com/suquant/tf_hcloud.git?ref=v1.1.0\"\n\n  count = \"${var.hosts}\"\n}\n\nmodule \"docker\" {\n  source = \"git::https://github.com/suquant/tf_docker.git?ref=v1.1.0\"\n\n  count       = \"${var.hosts}\"\n  connections = \"${module.provider.public_ips}\"\n\n  docker_opts = [\"${var.docker_opts}\"]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuquant%2Ftf_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuquant%2Ftf_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuquant%2Ftf_docker/lists"}