Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.21 KB

File metadata and controls

41 lines (26 loc) · 1.21 KB

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.