Releases: EnterpriseDB/terraform-provider-biganimal
Releases · EnterpriseDB/terraform-provider-biganimal
v1.1.1
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
v0.9.0
Features: * Added support to pause and resume a cluster for `biganimal_pgd` and `biganimal_cluster` resources Bug Fixes: * Fixed maintenance window plan inconsistent with response
v0.8.1
Features: * Updated access key requirements documentation