Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

brafton/terraform-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-rds

Create an Amazon AWS RDS instance with security group.

Example

module "rds" {
  vpc_subnet_ids = "subnet-1234abcd"
  db_admin_password = "some password"
  admin_cidrs = "0.0.0.0/0"
}

Releases

No releases published

Packages

No packages published