{"id":18624748,"url":"https://github.com/opszero/terraform-aws-eks-airbyte","last_synced_at":"2026-01-26T03:02:40.278Z","repository":{"id":227696801,"uuid":"747550548","full_name":"opszero/terraform-aws-eks-airbyte","owner":"opszero","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-20T08:07:51.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-20T17:56:17.662Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opszero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT","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},"funding":{"github":["abhiyerra"],"custom":["https://www.opszero.com"]}},"created_at":"2024-01-24T06:44:55.000Z","updated_at":"2026-01-20T08:07:55.000Z","dependencies_parsed_at":"2025-05-17T07:07:30.941Z","dependency_job_id":"675d93b4-7c2b-46d9-8f0e-e6785aec6293","html_url":"https://github.com/opszero/terraform-aws-eks-airbyte","commit_stats":null,"previous_names":["opszero/terraform-aws-eks-airbyte"],"tags_count":2,"template":false,"template_full_name":"opszero/terraform-template","purl":"pkg:github/opszero/terraform-aws-eks-airbyte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-eks-airbyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-eks-airbyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-eks-airbyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-eks-airbyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opszero","download_url":"https://codeload.github.com/opszero/terraform-aws-eks-airbyte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-eks-airbyte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"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":"2024-11-07T04:30:37.582Z","updated_at":"2026-01-26T03:02:40.272Z","avatar_url":"https://github.com/opszero.png","language":"HCL","funding_links":["https://github.com/sponsors/abhiyerra","https://www.opszero.com"],"categories":[],"sub_categories":[],"readme":"# terraform-aws-eks-airbyte\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Usage](#usage)\n- [Examples](#Examples)\n- [Author](#Author)\n- [License](#license)\n- [Inputs](#inputs)\n- [Outputs](#outputs)\n\n## Introduction\nThis Terraform module creates an AWS elasticache along with additional configuration options.\n\n## Usage\nTo use this module, you can include it in your Terraform configuration. Here's an example of how to use it:\n\n\n## Example: eks-airbyte\n\n```hcl\nmodule \"airbyte\" {\n  source         = \"git::https://github.com/opszero/terraform-aws-eks-airbyte.git?ref=v1.0.1\"\n  environment    = \"prod\"\n  instance_class = \"db.t3.micro\"\n  vpc_id         = \"vpc-xxxxxxxxxx\" # add vpc id here\n  subnet_ids     = [\"subnets-xxxxxxx\", \"subnets-xxxxxxxx\"]\n  password       = \"\" #if add some password\n  allowed_ip     = [\"0.0.0.0/0\"]\n}\n```\n\n## Examples\nFor detailed examples on how to use this module, please refer to the [Examples](https://github.com/opszero/terraform-aws-eks-airbyte.git) directory within this repository.\n\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | 3.1.1 |\n| \u003ca name=\"provider_random\"\u003e\u003c/a\u003e [random](#provider\\_random) | 3.8.0 |\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_airbyte_version\"\u003e\u003c/a\u003e [airbyte\\_version](#input\\_airbyte\\_version) | version of airbyte hemm chart. | `string` | `\"0.50.21\"` | no |\n| \u003ca name=\"input_allocated_storage\"\u003e\u003c/a\u003e [allocated\\_storage](#input\\_allocated\\_storage) | The allocated storage in gigabytes | `number` | `50` | no |\n| \u003ca name=\"input_allowed_ip\"\u003e\u003c/a\u003e [allowed\\_ip](#input\\_allowed\\_ip) | List of allowed ip. | `list(any)` | `[]` | no |\n| \u003ca name=\"input_allowed_ports\"\u003e\u003c/a\u003e [allowed\\_ports](#input\\_allowed\\_ports) | List of allowed ingress ports | `list(any)` | \u003cpre\u003e[\u003cbr/\u003e  5432\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_db_name\"\u003e\u003c/a\u003e [db\\_name](#input\\_db\\_name) | The DB name to create. If omitted, no database is created initially | `string` | `\"airbyte\"` | no |\n| \u003ca name=\"input_enabled_cloudwatch_logs_exports\"\u003e\u003c/a\u003e [enabled\\_cloudwatch\\_logs\\_exports](#input\\_enabled\\_cloudwatch\\_logs\\_exports) | List of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. Valid values (depending on engine): alert, audit, error, general, listener, slowquery, trace, postgresql (PostgreSQL), upgrade (PostgreSQL). | `list(string)` | \u003cpre\u003e[\u003cbr/\u003e  \"postgresql\",\u003cbr/\u003e  \"upgrade\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_instance_class\"\u003e\u003c/a\u003e [instance\\_class](#input\\_instance\\_class) | The instance type of the RDS instance | `string` | `\"db.t4g.micro\"` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name  (e.g. `app` or `cluster`). | `string` | `\"airbyte\"` | no |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | namespace of airbyte   (e.g. `tools` or `prod`). | `string` | `\"airbyte\"` | no |\n| \u003ca name=\"input_password\"\u003e\u003c/a\u003e [password](#input\\_password) | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | `string` | `\"\"` | no |\n| \u003ca name=\"input_publicly_accessible\"\u003e\u003c/a\u003e [publicly\\_accessible](#input\\_publicly\\_accessible) | Bool to control if instance is publicly accessible | `bool` | `false` | no |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | A list of VPC Subnet IDs to launch in. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_username\"\u003e\u003c/a\u003e [username](#input\\_username) | Username for the master DB user | `string` | `\"postgres\"` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | The ID of the VPC that the instance security group belongs to. | `string` | `\"\"` | no |\n## Resources\n\n| Name | Type |\n|------|------|\n| [helm_release.airbyte](https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release) | resource |\n| [random_password.password](https://registry.terraform.io/providers/hashicorp/random/3.8.0/docs/resources/password) | resource |\n## Outputs\n\nNo outputs.\n# 🚀 Built by opsZero!\n\n\u003ca href=\"https://opszero.com\"\u003e\u003cimg src=\"https://opszero.com/img/common/opsZero-Logo-Large.webp\" width=\"300px\"/\u003e\u003c/a\u003e\n\n[opsZero](https://opszero.com) provides software and consulting for Cloud + AI. With our decade plus of experience scaling some of the world’s most innovative companies we have developed deep expertise in Kubernetes, DevOps, FinOps, and Compliance.\n\nOur software and consulting solutions enable organizations to:\n\n- migrate workloads to the Cloud\n- setup compliance frameworks including SOC2, HIPAA, PCI-DSS, ITAR, FedRamp, CMMC, and more.\n- FinOps solutions to reduce the cost of running Cloud workloads\n- Kubernetes optimized for web scale and AI workloads\n- finding underutilized Cloud resources\n- setting up custom AI training and delivery\n- building data integrations and scrapers\n- modernizing onto modern ARM based processors\n\nWe do this with a high-touch support model where you:\n\n- Get access to us on Slack, Microsoft Teams or Email\n- Get 24/7 coverage of your infrastructure\n- Get an accelerated migration to Kubernetes\n\nPlease [schedule a call](https://calendly.com/opszero-llc/discovery) if you need support.\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n\u003cdiv style=\"display: block\"\u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-advanced.png\" alt=\"AWS Advanced Tier\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-devops-competency.png\" alt=\"AWS DevOps Competency\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-eks.png\" alt=\"AWS EKS Delivery\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-public-sector.png\" alt=\"AWS Public Sector\" width=\"150px\" \u003e\n\u003c/div\u003e\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-eks-airbyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopszero%2Fterraform-aws-eks-airbyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-eks-airbyte/lists"}