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
README
Terraform AWS RDS module ======================== Create a Aurora RDS cluster and RDS instance
Inputs (19)
| Name | Type | Description | Default |
|---|---|---|---|
| db_password | string | Database password. | required |
| vpc_id | string | VPC Id where the EFS resources will be deployed. | required |
| rt_id | string | Route Table Id to assing to the EFS subnet. | required |
| db_snapshot_identifier | string | Snapshot for creating new DB. | "" |
| storage | string | Storage size for the DB. | 10 |
| access_cidrs | list | A list of Subnets CIDR Blocks to grant access | [] |
| engine | string | Engine | "aurora-mysql" |
| db_name | string | Database name. | "app" |
| port | string | DB port. | 3306 |
| azs | list | A list of availability zones to associate with. | [] |
| netnum | string | netnum in the cidrsubnet function. | 0 |
| engine_version | string | Engine version | "5.7" |
| name | string | Name prefix for all EFS resources. | "App" |
| newbits | string | newbits in the cidrsubnet function. | 26 |
| type | string | RDS instance type. | "db.t2.small" |
| db_user | string | Database user. | "app" |
| cluster | string | Enable/disable cluster. | false |
| access_sg_ids | list | A list of security groups Ids to grant access. | [] |
| tags | map | A mapping of tags to assign to the resource. | {} |
Outputs (3)
cluster_endpointendpointaddressResources (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
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform