database-admin

jparnaudeau/database-admin/postgresql

Terraform Module HCL POSTGRESQL

Create all objects in Postgresql Database (database, role, user, ...) in respect of security Best Practices

Install
module "database-admin" {
source = "jparnaudeau/database-admin/postgresql"
version = "2.0.3"
}
plain text: /constructs/tfmod-jparnaudeau-database-admin-postgresql/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-postgresql-database-admin Versions | Version | Description | |---------|-------------| | >= 1.0.0| First version of the module.| | >= 2.0.0| Add support for fine-grained permissions on tables. Use version >=1.15.0 of the postgresql provider. New example full-rds-example to show interaction in a real case on AWS + pgaudit deployment + Logs indexation in elasticSearch. | Manage Securely your users and their permissions Terraform is a great tool to automate "everything" in modern IT. Based on my own experience, i will propose you an abstraction for the management "inside a database" : the management of users and their permissions in a postgresql database. This module provides a way to manage securly and properly, the objects, inside a postgresql database. Based on best practices, de

Details
FrameworkTerraform Module
LanguageHCL
Version2.0.3
Cloud POSTGRESQL
Total downloads20.1k
Examples4
Namespacejparnaudeau
Updated