{"id":20019125,"url":"https://github.com/ekgf/terraform-aws-neptune","last_synced_at":"2026-01-28T16:34:55.766Z","repository":{"id":206801160,"uuid":"717728782","full_name":"EKGF/terraform-aws-neptune","owner":"EKGF","description":"A Terraform module that sets up AWS Neptune","archived":false,"fork":false,"pushed_at":"2024-03-11T09:55:31.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T18:45:15.455Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EKGF.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-12T12:04:23.000Z","updated_at":"2023-11-12T13:33:53.000Z","dependencies_parsed_at":"2023-11-12T14:40:33.860Z","dependency_job_id":"24b6f914-936e-430a-b190-f48405428060","html_url":"https://github.com/EKGF/terraform-aws-neptune","commit_stats":null,"previous_names":["ekgf/terraform-neptune","ekgf/terraform-aws-neptune"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKGF%2Fterraform-aws-neptune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKGF%2Fterraform-aws-neptune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKGF%2Fterraform-aws-neptune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EKGF%2Fterraform-aws-neptune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EKGF","download_url":"https://codeload.github.com/EKGF/terraform-aws-neptune/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241453184,"owners_count":19965148,"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-13T08:26:01.957Z","updated_at":"2026-01-28T16:34:55.728Z","avatar_url":"https://github.com/EKGF.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Neptune\n\nSet up AWS Neptune with Terraform.\n\n## Current state\n\nThis is just a first draft. Feel free to contribute via pull requests.\n\n## Usage\n\nFor instance, in your own project, you can add Neptune support by adding the following to your `main.tf`:\n\n```hcl\nmodule \"neptune_staging\" {\n  source                   = \"EKGF/neptune/aws\"\n  version                  = \"0.0.8\"\n  name                     = \"staging\"\n  org_short                = var.org_short\n  project_short            = var.project_short\n  aws_region               = var.aws_region\n  aws_availability_zones   = var.aws_availability_zones\n  aws_account_id           = var.aws_account_id\n  aws_access_key_id        = var.aws_access_key_id\n  aws_secret_access_key    = var.aws_secret_access_key\n  environment              = var.environment\n  vpc_name                 = var.vpc_name\n  iam_permissions_boundary = var.iam_permissions_boundary\n  security_group_ids       = module.dt_vpc.private_security_group_ids\n  subnet_ids               = module.dt_vpc.private_subnet_id\n  port                     = var.neptune_port\n}\n```\n\n## Other documentation\n\n- [Other EKGF Terraform modules](https://registry.terraform.io/namespaces/EKGF)\n- [Generated documentation for this module](https://registry.terraform.io/modules/EKGF/neptune/aws/latest) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekgf%2Fterraform-aws-neptune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekgf%2Fterraform-aws-neptune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekgf%2Fterraform-aws-neptune/lists"}