Skip to content

tothenew/terraform-aws-rds

terraform-aws-rds

Lint Status LICENSE

This is the RDS module which will create the RDS Aurora of MySql or Postgres. The following resources will be created:

  • MySql Aurora Cluster
  • Subnet Group
  • Instance Parameter Group
  • Cluster Parameter Group

Usages

module "mysql_database" {
  source = "git::https://github.com/tothenew/terraform-aws-rds.git"

  subnet_ids = ["subnet-7c16341b", "subnet-b2b59c9c"]
  vpc_id     = "vpc-855826ff"
}

Requirements

Name Version
terraform >= 1.3.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.

Authors

Module managed by TO THE NEW Pvt. Ltd.

License

Apache 2 Licensed. See LICENSE for full details.

About

Terraform module for RDS

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

Languages