{"id":19232705,"url":"https://github.com/makeomatic/tf_google_consul","last_synced_at":"2026-01-30T03:41:39.932Z","repository":{"id":142912461,"uuid":"44549970","full_name":"makeomatic/tf_google_consul","owner":"makeomatic","description":"Provides module for deploying consul on the google infrastructure","archived":false,"fork":false,"pushed_at":"2016-08-24T19:18:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-05T00:24:15.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makeomatic.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}},"created_at":"2015-10-19T16:59:46.000Z","updated_at":"2016-08-24T19:18:13.000Z","dependencies_parsed_at":"2023-04-10T13:35:16.849Z","dependency_job_id":null,"html_url":"https://github.com/makeomatic/tf_google_consul","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Ftf_google_consul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Ftf_google_consul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Ftf_google_consul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Ftf_google_consul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makeomatic","download_url":"https://codeload.github.com/makeomatic/tf_google_consul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240310872,"owners_count":19781341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-09T16:07:14.896Z","updated_at":"2026-01-30T03:41:34.899Z","avatar_url":"https://github.com/makeomatic.png","language":"HCL","readme":"# Google cloud consul terraform module\n\n## Module Input Variables\n\n1. `platform` - for now just `ubuntu`\n2. `user` - for now just `ubuntu`\n3. `region` - defaults to `europe-west1`\n4. `zone` - defaults to `europe-west1-d`\n5. `ami` - `europe-west1-ubuntu = \"ubuntu-1404-trusty-v20150909a\"`\n6. `networkName` - \"default\"\n7. `ssh_pub_path` - path to public rsa file\n8. `key_path` - path to private rsa file\n9. `instance_type` - `f1-micro`\n10. `servers` - 3 by default\n11. `tagName` - \"consul\"\n12. `consul_flags` - optional, defaults to \"\"\n\n## Usage\n\n```tf\nmodule \"consul\" {\n  source = \"github.com/makeomatic/tf_google_consul\"\n  servers = 3\n  key_path = \"~/.ssh/google_compute_engine\"\n  ssh_pub_path = \"~/.ssh/google_compute_engine.pub\"\n  consul_flags = \"-atlas USERNAME/PROJECT -atlas-token ${var.atlas_token}\"\n}\n```\n\nconsul_flags is an optional variable\n\n## Outputs\n\n1. `server_address` - internal address\n2. `external_address` - external address\n\n## Authors\n\nOriginally created and maintained by [Vitaly Aminev](https://github.com/avvs)\n\n## License\n\nISC Licensed. See LICENSE for full details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeomatic%2Ftf_google_consul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakeomatic%2Ftf_google_consul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeomatic%2Ftf_google_consul/lists"}