cloudposse / terraform-aws-rds-cluster

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
https://cloudposse.com/accelerate
Apache License 2.0
144 stars 172 forks source link

Allow to configure storage type for global databases #189

Closed bentmann closed 8 months ago

bentmann commented 8 months ago

what

Use existing storage_type variable for global DBs, too. Currently, it is only set for regional clusters.

why

Aurora clusters offer two different storage types, standard and I/O-Optimized. Which one is employed for clusters in a global DB should be configurable to be able to realize cost savings that I/O-Optimized offers for certain workloads.

references

hans-d commented 8 months ago

/terratest

hans-d commented 8 months ago

@bentmann I need to firther reviews this, but can you have a look at https://github.com/cloudposse/terraform-aws-rds-cluster/actions/runs/8024064623/job/22011254609?pr=189? at the end it shows what needs to be done.

bentmann commented 8 months ago

README was updated.

hans-d commented 8 months ago

/terratest

bentmann commented 8 months ago

@hans-d Thanks for the merge and new release. I did note however that the Terraform registry still lists the latest version of this module as 1.7.0, missing the newer 1.7.1 and 1.8.0 releases/tags. Was the publishing step missed by chance?

hans-d commented 8 months ago

no clue re that. Need to check that out.

hans-d commented 8 months ago

Some automation seems to broken for some of the repos. Likely this is one of them. Currently checking what's needed to get it published.