Code Monkey home page Code Monkey logo

terraform-postgres-dbaccess's Introduction

Requirements

Name Version
terraform >= 1.0.0, < 2.0.0
postgresql 1.14.0
random 3.1.0

Providers

Name Version
postgresql 1.14.0

Modules

No modules.

Resources

Name Type
postgresql_default_privileges.sequences resource
postgresql_default_privileges.tables resource
postgresql_grant.database resource
postgresql_grant.schema resource
postgresql_grant.sequence resource
postgresql_grant.tables resource
postgresql_role.access_role resource

Inputs

Name Description Type Default Required
access_map granted rights for role
object({
table_rights = list(string)
sequence_rights = list(string)
schema_rights = list(string)
database_rights = list(string)
}
)
n/a yes
access_user grantee user string n/a yes
create_role create db access role bool false no
db_name database name string n/a yes
db_owner database owner string n/a yes

Outputs

No outputs.

terraform-postgres-dbaccess's People

Contributors

jindrichskupa avatar

Watchers

Patrik Votoček avatar Jakub Kohout avatar James Cloos avatar Martin Homolka avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.