Hello Team,
Recently we have encountered a requirement while deploying Datahub data engineering HA template. where we need to deploy MasterX node on different subnet as master nodes. By having all master nodes on different subnets ensures one loss of zookeeper server.
We have a ability to do this via CDP CLI by specifying subnetIds in instance-groups. For more details check the CLI Doc https://cloudera.github.io/cdp-dev-docs/cli-docs/datahub/create-aws-cluster.html
Can we have a similar feature while deploying datahub using tf.
i.e ability to set availability_zones or subnet_ids for instance_group while creating datahub.