Skip to content

iamgp21/database-as-code

Repository files navigation

database-as-code

Repo to Manage PostgreSql database as Code using Terraform and Github Actions.

HIGH LEVEL WORKFLOW DIAGRAM:

DBaC_HLD

Requirements

Name Version
terraform ~>1.9.0
postgresql 1.25.0

Providers

No providers.

Modules

Name Source Version
database ./modules/database n/a

Resources

No resources.

Inputs

Name Description Type Default Required
postgresql_databases A map of PostgreSQL databases to create
map(object({
name = string
db_owner = string
}))
{} no
postgresql_default_password The password for the PostgreSQL user string "" no

Outputs

No outputs.

About

Repo to Manage PostgreSql database as Code using Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages