Skip to content

Colza5000/tf-aws-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tf-aws-rds

Example rds.tf file

module "rds" {
  source         = "../../tf-aws-rds"
  sg_name        = "test"
  name           = "test"
  size           = "20"
  engine         = "mysql"
  engine_version = "5.6"
  db_instance    = "db.t2.micro"
  db_name        = "test"
  db_user        = "test"
  db_pass        = "testing123"
}

About

Basic RDS terraform module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages