Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 513 Bytes

File metadata and controls

9 lines (7 loc) · 513 Bytes

Terraform module to manage postgres roles

See examples/ for some examples:

  • simple: Bare minimum; can also be used to quickly check impact of changes made to module
  • full: Complete example, including provisioning of GCP CloudSQL instance

NOTE: Using this module requires a two step approach using separate terraform apply runs:

  • Provision the postgres instance itself
  • Configure the postgres provider and provision (additional) roles using this module