https://github.com/nullstone-modules/aws-rds-mysql
Nullstone module to create a mysql cluster in AWS RDS
https://github.com/nullstone-modules/aws-rds-mysql
Last synced: 5 months ago
JSON representation
Nullstone module to create a mysql cluster in AWS RDS
- Host: GitHub
- URL: https://github.com/nullstone-modules/aws-rds-mysql
- Owner: nullstone-modules
- Created: 2021-08-26T00:40:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T17:30:54.000Z (about 1 year ago)
- Last Synced: 2026-01-30T14:55:52.634Z (6 months ago)
- Language: HCL
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: security-groups.tf
Awesome Lists containing this project
README
# aws-rds-mysql
Nullstone Block standing up AWS RDS Mysql
## Inputs
- `mysql_version: string` - Mysql Engine Version - default: 8
- `instance_class: string` - Mysql Instance Class - default: db.t3.micro
- `allocated_storage: number` - Allocated storage in GB - default: 10
- `backup_retention_period: number` - The days to retain backups - default: 5
## Outputs
- `db_instance_arn: string` - Mysql Instance ARN
- `db_master_secret_id: string` - ID of AWS Secrets Manager Secret that holds database master credentials
- `db_endpoint: string` - Mysql Connection Endpoint
- `db_security_group_id: string` - Security Group ID for RDS Cluster
- `db_user_security_group_id: string` - Security Group ID - Attach to any instance to gain access to the mysql cluster