Skip to content

Files

Latest commit

ec9550a · Mar 6, 2019

History

History
 
 

postgresdb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 27, 2019
Mar 6, 2019
Feb 19, 2019
Mar 6, 2019

postgresd

Creates a PostgreSQL RDS database instnace.

Usage

module "db" {
  source = "github.com/openoakland/terraform-modules.git//postgresdb?ref=2.0.0

  db_name     = "myapp_db"
  db_password = "${var.db_password}"
  db_username = "myappuser"
  namespace   = "myapp-prod"

}

Variables

See postgresdb/variables.tf.

Outputs

See postgresdb/outputs.tf.