Azure PostgreSQL
Azure Database for PostgreSQL is a relational database service based on the open-source Postgres database engine. It's a fully managed database-as-a-service that can handle mission-critical worklo
Example Terraform Resource Usage
Schema
type
azure-postgresqlconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:azure-postgresql
azure-postgresql-database
azure-postgresql-table
azure-postgresql-role
Metadata
hostname
(Required | String) Hostnameport
(Required | String) PortDefault value:
5432
dbname
(Required | String) Database NameDefault value:
postgres
sslmode
(Required | String) SSL ModeDefault value:
disable
Possible values: disable, allow, prefer, require, verify-ca, verify-full
Last updated