Releases: EnterpriseDB/terraform-provider-biganimal
Releases · EnterpriseDB/terraform-provider-biganimal
v1.2.1
v1.2.0
Features: * Support for Write-Ahead Logs (WAL) Storage in `biganimal_cluster`, `biganimal_faraway_replica`, and `biganimal_pgd` resources * Support for backup schedule time in `biganimal_cluster`, `biganimal_analytics_cluster`, `biganimal_faraway_replica`, and `biganimal_pgd` resources Enhancements: * Validation checks to not allow pe_allowed_principal_ids and service_account_ids if using your cloud account Bug Fixes: * Fixed planned allowed_ip_ranges.description when using private_networking = true
v1.1.1
Bug Fixes: * Fixed Data Source `biganimal_cluster` cloud_provider not working with your cloud account * Fixed Data Source `biganimal_projects` conversion error * Fixed Data Source `biganimal_region` conversion error
v1.1.0
Features: * New Resource and Data Source to manage tags: `biganimal_tag` * New Resource and Data Source to manage csp tags: `biganimal_csp_tag` * Support to assign tags in `biganimal_cluster`, `biganimal_analytics_cluster`, `biganimal_faraway_replica`, `biganimal_pgd`, `biganimal_projects` and `biganimal_region` resources * Support for read-only connections in `biganimal_pgd` resources * Support service_name in `biganimal_cluster` resources Enhancements: * Updated authentication information in docs * Updated AWS examples to use series 6 instance types by default Bug Fixes: * Fixed cluster_architecture.name not computing when changing cluster_architecture.id in `biganimal_cluster` resources
v1.0.0
Features: * Transparent Data Encryption (TDE) is now supported in `biganimal_cluster` and `biganimal_faraway_replica` resources * Volume Snapshots are now supported in `biganimal_cluster` and `biganimal_faraway_replica` resources * (Breaking change) `biganimal_cluster` and `biganimal_faraway_replica` datasources now use cluster ID instead of cluster name Enhancements: * (Breaking change) data groups in `biganimal_pgd` resources now use lists instead of sets * (Breaking change) blocks are migrated to terraform plugin framework attributes in `biganimal_cluster` resources * (Breaking change) `biganimal_faraway_replica` resources are migrated to terraform plugin framework attributes * Updated examples
v0.11.2-draft
Bug Fixes: * Testing pg bouncer settings = null will always show changes on update
v0.11.2
Bug Fixes: * Testing pg bouncer settings = null will always show changes on update
v0.11.1-draft
Bug Fixes: * Testing pg bouncer settings = null will always show changes on update
v0.11.0
Features: * New Resource to manage Analytical clusters: `biganimal_analytics_cluster` * New Data Source: `biganimal_analytics_cluster`
v0.10.0
Features: * PostGIS support for `biganimal_cluster` resources * PostGIS and Pgvector support for `biganimal_faraway_replica` resources