#help (2024-05)

Where to get help about getting help!

2024-05-01

Pradeepvarma Senguttuvan avatar
Pradeepvarma Senguttuvan

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

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Please use #terraform

1
    keyboard_arrow_up