Hi, i am trying to create read replica for document DB with different instance class than primary
module "documentdb_cluster" {
source = "cloudposse/documentdb-cluster/aws"
since instance_class is string i cannot have different instance class for my read replica - any suggestions on this ? how do i have different instance class for my replica