postgresql-read-replica
booyaa/postgresql-read-replica/azurerm
A module for creating Azure Database for PostgreSQL Read Replicas
terraform-azurerm-postgresql-read-replica A module to manage Azure Database for PostgreSQL Read Replica until support for PostgreSQL read replicas is implemented. See issue terraform-provider-azurerm#2819 for more details. Update: As of version 2.7.0, the Azure provider now supports the creation of replicas. I'll be reviewing what if any purpose this module will now play. Limitations - The module is dependant on the Azure CLI - Changes outside of Terraform are not detected, and re-applying does not resolve this. - It's not yet possible to break replication and turn the replica into a primary server. - It's not yet possible to specify a different location, i.e. cross-region replication. - You cannot use this module to import an existing read replica. Example The following example creates a
| Name | Type | Description | Default |
|---|---|---|---|
| resource_group_name | string | Represents the resource group name that contains the primary PostgreSQL server. | required |
| postgresql_primary_server_name | string | Represents the name of the primary PostgreSQL server. | required |
| postgresql_replica_server_name | string | Represents the name of the PostgreSQL read replica server. | required |
replica_name — Returns the name of the PostgreSQL read replica server.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,