{"id":41714863,"url":"https://github.com/wazo-platform/wazo-terraform","last_synced_at":"2026-01-24T22:09:04.561Z","repository":{"id":40505650,"uuid":"96790896","full_name":"wazo-platform/wazo-terraform","owner":"wazo-platform","description":"Install Wazo with Terraform","archived":false,"fork":false,"pushed_at":"2025-11-18T09:31:54.000Z","size":88,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-18T11:23:21.144Z","etag":null,"topics":["aws","install","openstack","terraform","wazo"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wazo-platform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-10T15:07:29.000Z","updated_at":"2025-11-18T09:31:56.000Z","dependencies_parsed_at":"2025-08-01T16:05:43.460Z","dependency_job_id":"5b5f81ec-0a98-4523-88c7-a546c44964ca","html_url":"https://github.com/wazo-platform/wazo-terraform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wazo-platform/wazo-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazo-platform%2Fwazo-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazo-platform%2Fwazo-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazo-platform%2Fwazo-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazo-platform%2Fwazo-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wazo-platform","download_url":"https://codeload.github.com/wazo-platform/wazo-terraform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazo-platform%2Fwazo-terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aws","install","openstack","terraform","wazo"],"created_at":"2026-01-24T22:09:03.921Z","updated_at":"2026-01-24T22:09:04.555Z","avatar_url":"https://github.com/wazo-platform.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Wazo with Terraform\n\nThis repo install and configure Wazo as a HA service on AWS (Amazon Cloud) or Openstack. The login for the\nweb interface is **wazo** by default.\n\nRequirements\n------------\n\n- Terraform \u003e= 0.6.16\n- AWS account\n- Openstack account\n\nLaunch\n------\n\nInstall terraform (https://www.terraform.io/downloads.html)\n\nInit the terraform infrastructure.\n\n    terraform init github.com/wazo-platform/wazo-terraform wazo-terraform\n    cd wazo-terraform\n\nCreate a terraform.tfvars with your value:\n\naws\n---\n\n    access_key = \"\"\n    secret_key = \"\"\n    subnet_id = \"\"\n    vpc_id = \"\"\n    key_name = \"\" # The key Name you would like to use to connect to the EC2\n    private_key = \"\" # Path of your amazon private key to connect to the EC2\n\nopenstack\n---------\n\n    user_name = \"\"\n    password = \"\"\n    tenant_name = \"\"\n    auth_url = \"http://keystone:5000/v3\"\n    key_pair = \"\"\n    key_file = \"\"\n    network = \"\"\n\n\nLaunch this command:\n\n    terraform plan -var-file=terraform.tfvars \u003caws|openstack\u003e\n    terraform apply \u003caws|openstack\u003e\n\nAt this end to getting informations:\n\n    terraform show \u003caws|openstack\u003e\n\nTo remove instance:\n\n    terraform plan -destroy \u003caws|openstack\u003e\n    terraform destroy \u003caws|openstack\u003e\n\nPlease remove private_ips.txt if you relaunch your instances.\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazo-platform%2Fwazo-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwazo-platform%2Fwazo-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazo-platform%2Fwazo-terraform/lists"}