{"id":20260325,"url":"https://github.com/influxdata/terraform-aws-influxdb","last_synced_at":"2025-08-02T09:12:04.998Z","repository":{"id":50946531,"uuid":"98370037","full_name":"influxdata/terraform-aws-influxdb","owner":"influxdata","description":"Deploys InfluxDB Enterprise to AWS","archived":false,"fork":false,"pushed_at":"2021-05-25T20:00:47.000Z","size":29,"stargazers_count":29,"open_issues_count":4,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-03T01:47:22.094Z","etag":null,"topics":["devops","influx","influxdb","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"https://www.influxdata.com","language":"HCL","has_issues":true,"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/influxdata.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}},"created_at":"2017-07-26T02:27:50.000Z","updated_at":"2024-02-21T17:49:32.000Z","dependencies_parsed_at":"2022-08-26T13:40:52.904Z","dependency_job_id":null,"html_url":"https://github.com/influxdata/terraform-aws-influxdb","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/influxdata/terraform-aws-influxdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Fterraform-aws-influxdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Fterraform-aws-influxdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Fterraform-aws-influxdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Fterraform-aws-influxdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/influxdata","download_url":"https://codeload.github.com/influxdata/terraform-aws-influxdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Fterraform-aws-influxdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268361712,"owners_count":24238524,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["devops","influx","influxdb","terraform","terraform-modules"],"created_at":"2024-11-14T11:19:04.319Z","updated_at":"2025-08-02T09:12:04.956Z","avatar_url":"https://github.com/influxdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform InfluxDB Module\n\nTerraform module for deploying Influx OSS and Enterprise to AWS EC2.\n\nThis module creates and manages the following resources:\n\n* Meta and Data node instances including associated EBS volumes.\n* Security groups for cluster communications.\n* Route53 Records for instances in a specified zone.\n* Optional tagging of all resources for easy identification of resources. Useful with third-party configuration management tooling.\n\nFor the sake of deployment flexibility, this module intentionally leaves host level provisioning up to the user. For example users may like to use Ansible, Puppet or Chef to complete the installation procedure. A default AMI is not specified and should to be provided by the user.\n\nOptional tags can be specified making this module easy to use with third-party configuration management systems as outlined in this [Ansible guide](http://docs.ansible.com/ansible/latest/intro_dynamic_inventory.html#example-aws-ec2-external-inventory-script)\n\n## Usage Example\n\nThe following example demonstrates deploying a single Influx Enterprise cluster to production. This configuration will deploy 4 data nodes, 3 meta nodes, tagging all resources with an \"Environment\" tag set to _production_.\n\nSee the inputs doc or variable definitions file for more configuration options.\n\n```\nprovider \"aws\" {\n  region     = \"us-east-2\"\n  access_key = \"your-access-key\"\n  secret_key = \"your-secret-key\"\n\nmodule \"influxdb\" {\n    source  = \"influxdata/influxdb/aws\"\n    version = \"1.0.6\"\n\n    data_instances    = 2\n    data_disk_size    = 500\n    data_disk_iops    = 1000\n    meta_instances    = 3\n    ami               = \"ami-0f42acddbf04bd1b6\"\n    subnet_id         = \"subnet-8d5c5643\"\n    vpc_id            = \"vpc-b535e44g\"\n    instance_type     = \"m4.large\"\n    key_name          = \"ignacio\"\n    zone_id           = \"Z044144236NI0U6A5435435\"\n    security_group    = [\"sg-0c8dc3456\"]\n}    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfluxdata%2Fterraform-aws-influxdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfluxdata%2Fterraform-aws-influxdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfluxdata%2Fterraform-aws-influxdb/lists"}