v1.7.1
Allow to configure storage type for global databases @bentmann (#189)
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
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#storage_type
- https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBCluster.html
- https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#187)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates