Category: Terraform

InvalidParameterCombination error when creating RDS instance in Terraform

A few days ago I was tasked with provisioning infrastructure for an application using Terraform. Until recently my experience with RDS instances had been creating, copying and sharing snapshots, and referencing the correct snapshot in the resource block of the Terraform script. On this occasion, however, I needed to create a database instance without …