{"id":20511232,"url":"https://github.com/ravindrasinghh/module-aws-rds","last_synced_at":"2026-05-10T16:41:27.792Z","repository":{"id":107918337,"uuid":"333049894","full_name":"ravindrasinghh/module-aws-rds","owner":"ravindrasinghh","description":"module-aws-rds","archived":false,"fork":false,"pushed_at":"2021-03-08T09:46:09.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T09:07:29.052Z","etag":null,"topics":["aws","msql","rds","terraform-module"],"latest_commit_sha":null,"homepage":"","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/ravindrasinghh.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}},"created_at":"2021-01-26T10:32:17.000Z","updated_at":"2021-03-08T09:46:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"010eb53e-fb25-4c7e-81bc-a2346d66d7f3","html_url":"https://github.com/ravindrasinghh/module-aws-rds","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/ravindrasinghh%2Fmodule-aws-rds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravindrasinghh%2Fmodule-aws-rds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravindrasinghh%2Fmodule-aws-rds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravindrasinghh%2Fmodule-aws-rds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravindrasinghh","download_url":"https://codeload.github.com/ravindrasinghh/module-aws-rds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117660,"owners_count":20074433,"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":["aws","msql","rds","terraform-module"],"created_at":"2024-11-15T20:35:10.686Z","updated_at":"2026-05-10T16:41:22.769Z","avatar_url":"https://github.com/ravindrasinghh.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deployment\n- `terraform init` - download plugins required to deploy resources\n- `terraform plan` - get detailed view of resources that will be created, deleted or replaced\n- `terraform apply` - deploy the template without confirmation (non-interactive mode)\n- `terraform destroy` - terminate all the resources created using this template without confirmation (non-interactive mode)\n\n# Create a managed database using AWS RDS\nThis terraform module will deploy the following services:\n- RDS\n  - Database\n- Random Password \n- SSM Parameter\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | n/a |\n| random | n/a |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| allocated\\_storage | n/a | `string` | n/a | yes |\n| backup\\_retention\\_period | n/a | `any` | n/a | yes |\n| db\\_kms\\_key | n/a | `string` | `\"alias/aws/rds\"` | no |\n| db\\_password | n/a | `string` | `\"\"` | no |\n| engine | n/a | `any` | n/a | yes |\n| engine\\_version | n/a | `any` | n/a | yes |\n| environment | n/a | `string` | n/a | yes |\n| instance\\_class | n/a | `string` | n/a | yes |\n| instance\\_name | n/a | `string` | n/a | yes |\n| mssql\\_admin\\_username | n/a | `string` | `\"admin\"` | no |\n| multi\\_az | n/a | `bool` | n/a | yes |\n| option\\_group\\_name | Name of the DB option group to associate. | `string` | `\"s3storeenabled\"` | no |\n| publicly\\_accessible | n/a | `bool` | `false` | no |\n| random\\_password | n/a | `bool` | `true` | no |\n| skip\\_final\\_snapshot | n/a | `string` | `\"false\"` | no |\n| ssm\\_kms\\_key | n/a | `string` | `\"alias/aws/ssm\"` | no |\n| storage\\_encrypted | n/a | `bool` | `true` | no |\n| storage\\_type | n/a | `any` | n/a | yes |\n| subnet\\_ids | n/a | `list(string)` | `[]` | no |\n| vpc\\_cidr\\_blocks | n/a | `string` | `\"10.20.0.0/16\"` | no |\n| vpc\\_id | n/a | `string` | `\"vpc-0ddd708ceb9a5d836\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| db\\_endpoint | n/a |\n| db\\_id | n/a |\n| db\\_name | n/a |\n| db\\_password\\_ssm | n/a |\n| db\\_username | n/a |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravindrasinghh%2Fmodule-aws-rds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravindrasinghh%2Fmodule-aws-rds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravindrasinghh%2Fmodule-aws-rds/lists"}