The v0.2 release contains backwards-incompatible changes.
This update requires upgrading the minimum provider version from 4.58
to 4.64
.
Terraform >= 1.3.0 is required as attributes and objects are made optional
Since optional attributes is a version 1.3 feature, the configuration will fail if the pinned version is < 1.3.
Since the value instance_type
is fixed for primary instance PRIMARY
and replica pool READ_POOL
, it is removed and hard coded to avoid any confusion.
cluster_display_name
variable default value changed tonull
from ""cluster_initial_user
variable default value changed tonull
automated_backup_policy
variable default value changed tonull
machine_cpu_count
is optional inprimary_instance
andread_pool_instance
and default value will be2
node_count
is optional inread_pool_instance
and default value will be1