Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

postgresql Resource Provider

The postgresql resource provider for Pulumi lets you manage postgresql resources in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/postgresql

or yarn:

$ yarn add @pulumi/postgresql

Python

To use from Python, install using pip:

$ pip install pulumi_postgresql

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-postgresql/sdk/v3

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.Postgresql

Configuration

The following configuration points are available:

  • postgresql:host - (required) The address for the postgresql server connection. Can also be specified with the PGHOST environment variable.
  • postgresql:port - (optional) The port for the postgresql server connection. The default is 5432. Can also be specified with the PGPORT environment variable.
  • postgresql:database - (optional) Database to connect to. The default is postgres. Can also be specified with the PGDATABASE environment variable.
  • postgresql:username - (required) Username for the server connection. The default is postgres. Can also be specified with the PGUSER environment variable.
  • postgresql:password - (optional) Password for the server connection. Can also be specified with the PGPASSWORD environment variable.
  • postgresql:database_username - (optional) Username of the user in the database if different than connection username (See user name maps).
  • postgresql:superuser - (optional) Should be set to false if the user to connect is not a PostgreSQL superuser (as is the case in RDS). In this case, some features might be disabled (e.g.: Refreshing state password from database).
  • postgresql:sslmode - (optional) Set the priority for an SSL connection to the server. Valid values for sslmode are (note: prefer is not supported by Go's lib/pq):
    • disable - No ssl
    • require - always SSL (the default, also skip verification)
    • verify-ca - always SSL (verify that the certificate presented by the server was signed by a trusted CA)
    • verify-full - Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the one in the certificate) Additional information on the options and their implications can be seen in the libpq(3) SSL guide. Can also be specified with the PGSSLMODE environment variable.
  • postgresql:connect_timeout - (optional) Maximum wait for connection, in seconds. The default is 180s. Zero or not specified means wait indefinitely. Can also be specified with the PGCONNECT_TIMEOUT environment variable.
  • postgresql:max_connections - (optional) Set the maximum number of open connections to the database. The default is 4. Zero means unlimited open connections.
  • postgresql:expected_version - (optional) Specify a hint to Terraform regarding the expected version that the provider will be talking with. This is a required hint in order for the provider to talk with an ancient version of PostgreSQL. This parameter is expected to be a PostgreSQL Version or current. Once a connection has been established, the provider will fingerprint the actual version. Default: 9.0.0.
  • postgresql:clientcert - (optional) Clientcert block for configuring SSL certificate.
    • postgresql:clientcert.cert - (required) The SSL client certificate file path. The file must contain PEM encoded data.
    • postgresql:clientcert.key - (required) The SSL client certificate private key file path. The file must contain PEM encoded data.

Reference

For further information, please visit the postgresql provider docs or for detailed reference documentation, please visit the API docs.

Release files for pulumi-postgresql 3.19.0a1785223223

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pulumi-postgresql 3.19.0a1785223223
File Size Uploaded
pulumi_postgresql-3.19.0a1785223223.tar.gz 51.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pulumi-postgresql 3.19.0a1785223223
File Interpreter ABI Platform
pulumi_postgresql-3.19.0a1785223223-py3-none-any.whl Python 3 none any Details

Total release size: 127.9 kB

Release files / pulumi_postgresql-3.19.0a1785223223.tar.gz

Download URL pulumi_postgresql-3.19.0a1785223223.tar.gz
Size 51.0 kB
Tags Source
SHA-256 checksum
How to use checksums
7ab691c5ec41dc9f0d32b1a4b2dabf4df3854ac3206bbc449314654cfa322f88
BLAKE2b-256 checksum
How to use checksums
88896568dfb0b683318c19bc1f580f9adcc6771b448f4423d42f1a6cbf31d671
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.15

Release files / pulumi_postgresql-3.19.0a1785223223-py3-none-any.whl

Download URL pulumi_postgresql-3.19.0a1785223223-py3-none-any.whl
Size 76.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
049e11d62d02215d32b84d3084f2adc1f6c2b2fcf9811a678afccd789dba1cf6
BLAKE2b-256 checksum
How to use checksums
11fd17f9db7026352994b4a0ba35746341f56652198f9a73fc0a5cab5234dc9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

3.18.0

2 release files

3.17.0

2 release files

3.16.3

2 release files

3.16.1

2 release files

3.15.3

2 release files

3.15.1

2 release files

3.15.0

2 release files

3.13.0

2 release files

3.12.2

2 release files

3.12.0

2 release files

3.11.3

2 release files

3.11.1

2 release files

3.10.1

2 release files

3.10.0

1 release file

3.9.0

1 release file

3.8.1

1 release file

3.8.0

1 release file

3.7.0

1 release file

3.6.0

1 release file

3.5.0

1 release file

3.4.0

1 release file

3.3.0

1 release file

3.2.0

1 release file

3.1.0

1 release file

3.0.1

1 release file

3.0.0

1 release file

2.10.0

1 release file

2.9.0

1 release file

2.8.1

1 release file

2.8.0

1 release file

2.7.2

1 release file

2.7.1

1 release file

2.7.0

1 release file

2.6.0

1 release file

2.5.3

1 release file

2.5.2

1 release file

2.5.1

1 release file

2.5.0

1 release file

2.4.0

1 release file

2.3.0

1 release file

2.2.2

1 release file

2.2.1

1 release file

2.2.0

1 release file

2.1.1

1 release file

2.1.0

1 release file

2.0.0

1 release file

1.7.0

1 release file

1.6.0

1 release file

1.5.0

1 release file

1.4.0

1 release file

1.3.0

1 release file

1.2.0

1 release file

1.1.0

1 release file

1.0.0

1 release file

0.18.9

1 release file

0.18.8

1 release file

0.18.7

1 release file

0.18.6

1 release file

0.18.5

1 release file

0.18.4

1 release file

0.18.3

1 release file

0.18.2

1 release file

0.18.1

1 release file

0.18.0

1 release file

0.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page