{"id":16931474,"url":"https://github.com/maxgio92/terraform-aws-rds-aurora","last_synced_at":"2025-10-08T00:30:40.955Z","repository":{"id":101099283,"uuid":"178170462","full_name":"maxgio92/terraform-aws-rds-aurora","owner":"maxgio92","description":"Terraform module that manages AWS Aurora cluster","archived":false,"fork":false,"pushed_at":"2019-09-27T13:30:09.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-27T12:27:22.807Z","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/maxgio92.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":"2019-03-28T09:29:44.000Z","updated_at":"2019-09-27T13:30:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"215d51c9-941a-4931-bce5-4d9925d215c3","html_url":"https://github.com/maxgio92/terraform-aws-rds-aurora","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/maxgio92%2Fterraform-aws-rds-aurora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgio92%2Fterraform-aws-rds-aurora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgio92%2Fterraform-aws-rds-aurora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgio92%2Fterraform-aws-rds-aurora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxgio92","download_url":"https://codeload.github.com/maxgio92/terraform-aws-rds-aurora/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235665645,"owners_count":19026236,"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-10-13T20:44:04.659Z","updated_at":"2025-10-08T00:30:40.614Z","avatar_url":"https://github.com/maxgio92.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-rds-aurora\n\nTerraform module that manages AWS Aurora cluster.\n\nThis module creates an:\n\n- RDS Cluster\n- RDS Cluster Instance\n- RDS Cluster parameter group\n- DB Parameter group\n- DB Subnet Group\n\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|:----:|:-----:|:-----:|\n| allowed\\_security\\_groups | The security groups allowed to communicate with the cluster | list | n/a | yes |\n| apply\\_immediately | Determines whether or not any DB modifications are applied immediately, or during the maintenance window | string | `\"false\"` | no |\n| cluster\\_parameter\\_group\\_family | The custom cluster parameter group's family | string | `\"\"` | no |\n| cluster\\_parameter\\_group\\_name | The name of the cluster parameter group to use | string | `\"\"` | no |\n| cluster\\_parameters | A list of cluster parameter maps to apply to the custom cluster parameter group | list | `\u003clist\u003e` | no |\n| create\\_cluster\\_parameter\\_group | True to create a custom cluster parameter group | string | `\"false\"` | no |\n| create\\_instance\\_parameter\\_group | True to create a custom parameter group | string | `\"false\"` | no |\n| database\\_name | The name of the database | string | n/a | yes |\n| default\\_tags | The default tags to apply to the resoures | map | `\u003cmap\u003e` | no |\n| engine | Aurora database engine type, currently aurora, aurora-mysql or aurora-postgresql | string | n/a | yes |\n| engine\\_version | Aurora database engine version. | string | n/a | yes |\n| instance\\_class | The instance class to use for the cluster | string | `\"db.t2.small\"` | no |\n| instance\\_parameter\\_group\\_family | The custom parameter group's family | string | `\"\"` | no |\n| instance\\_parameter\\_group\\_name | The name of the parameter group to use | string | `\"\"` | no |\n| instance\\_parameters | A list of DB parameter maps to apply to the custom parameter group | list | `\u003clist\u003e` | no |\n| prefix\\_name | The prefix for the name of the resources | string | `\"my\"` | no |\n| replica\\_count | The number of reader nodes to create | string | n/a | yes |\n| snapshot\\_identifier | DB snapshot to create this database from | string | `\"\"` | no |\n| subnets | The list of subnet IDs to use | list | n/a | yes |\n| username | The master username of the database | string | `\"root\"` | no |\n| vpc\\_id | The ID of the VPC where to place the cluster | string | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| this\\_rds\\_cluster\\_database\\_name | Name for an automatically created database on cluster creation |\n| this\\_rds\\_cluster\\_endpoint | The cluster endpoint |\n| this\\_rds\\_cluster\\_master\\_password | The master password |\n| this\\_rds\\_cluster\\_master\\_username | The master username |\n| this\\_rds\\_cluster\\_port | The port |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgio92%2Fterraform-aws-rds-aurora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxgio92%2Fterraform-aws-rds-aurora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgio92%2Fterraform-aws-rds-aurora/lists"}