rds

Aplyca/rds/aws

Terraform Module HCL AWS

Create AWS RDS Aurora Cluster Resource

Install
module "rds" {
source = "Aplyca/rds/aws"
version = "1.2.0"
}
plain text: /constructs/tfmod-aplyca-rds-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform AWS RDS module ======================== Create a Aurora RDS cluster and RDS instance

Inputs (19)
NameTypeDescriptionDefault
db_passwordstringDatabase password. required
vpc_idstringVPC Id where the EFS resources will be deployed. required
rt_idstringRoute Table Id to assing to the EFS subnet. required
db_snapshot_identifierstringSnapshot for creating new DB.""
storagestringStorage size for the DB.10
access_cidrslistA list of Subnets CIDR Blocks to grant access[]
enginestringEngine"aurora-mysql"
db_namestringDatabase name."app"
portstringDB port.3306
azslistA list of availability zones to associate with.[]
netnumstringnetnum in the cidrsubnet function.0
engine_versionstringEngine version"5.7"
namestringName prefix for all EFS resources."App"
newbitsstringnewbits in the cidrsubnet function.26
typestringRDS instance type."db.t2.small"
db_userstringDatabase user."app"
clusterstringEnable/disable cluster.false
access_sg_idslistA list of security groups Ids to grant access.[]
tagsmapA mapping of tags to assign to the resource.{}
Outputs (3)
cluster_endpoint
endpoint
address
Resources (9)
aws_db_instanceaws_db_subnet_groupaws_network_aclaws_network_acl_ruleaws_rds_clusteraws_rds_cluster_instanceaws_route_table_associationaws_security_groupaws_subnet
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.0
Cloud AWS
★ Stars1
Forks2
Total downloads6.7k
Inputs19
Outputs3
Resources9
LicenseMIT
NamespaceAplyca
Updated