No requirements.
Name | Version |
---|---|
aws | n/a |
random | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
allocated_storage | The allocated storage in gigabytes. | string |
"30" |
no |
available_subnets | List of Subnet IDs where RDS should be available. | list(string) |
n/a | yes |
backup_retention_period | The days to retain backups for. | number |
1 |
no |
backup_window | The daily time range (in UTC) during which automated backups are created if they are enabled. Example: '09:46-10:16'. Must not overlap with maintenance_window. | string |
"03:10-05:10" |
no |
db_name | The DB name to create. | string |
n/a | yes |
db_password_length | Lenght of the random password that will be generated for the DB. | number |
24 |
no |
db_port | The port on which the DB accepts connections. | string |
"3306" |
no |
db_username | Username for the master DB user. | string |
n/a | yes |
engine_version | Version of the MySQL engine to use. | string |
n/a | yes |
env | Name of the environment resources are deployed to. (ex. my-super-project-dev). | string |
n/a | yes |
instance_class | Instance class used for the RDS. | string |
n/a | yes |
maintenance_window | The window to perform maintenance in. Syntax: 'ddd:hh24:mi-ddd:hh24:mi'. Eg: 'Mon:00:00-Mon:03:00'. | string |
"Mon:00:00-Mon:03:00" |
no |
multi_az | Specifies if the RDS instance is multi-AZ. | bool |
false |
no |
trusted_sgs | List of the SGs that RDS will trust to. | list(string) |
n/a | yes |
Name | Description |
---|---|
db_ip | Database IP address. |
ssm_db_password | Name of the SSM parameter for database user password. |