You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Outputs
Name
Description
db_ip
Database IP address.
ssm_db_password
Name of the SSM parameter for database user password.