You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have selectel_dbaas_postgresql_datastore_v1 cluster with node_count==1, filled with data (~12Gb). For some reason I had to increase node_count to 2. After terraform apply, that took 11 minutes, I've found that datastore.connections contains only master node without replica. Only after second terraform apply, replica appeared in datastore.connections.
I have
selectel_dbaas_postgresql_datastore_v1
cluster withnode_count==1
, filled with data (~12Gb). For some reason I had to increasenode_count
to 2. Afterterraform apply
, that took 11 minutes, I've found thatdatastore.connections
contains only master node without replica. Only after secondterraform apply
, replica appeared indatastore.connections
.Terraform Version
Terraform v1.9.7
Terraform Provider Selectel Version
5.4.0
Affected Resource(s)
selectel_dbaas_postgresql_datastore_v1
Terraform Configuration Files
Expected Behavior
datastore.connections
updated (add replica) on firstterraform apply
Actual Behavior
datastore.connections
not updated of firstterraform apply
Steps to Reproduce
terraform apply
node_count
terraform apply
-datastore.connections
not updatedterraform apply
-datastore.connections
updated correctlyThe text was updated successfully, but these errors were encountered: