Launching AWS aurora MySQL RDS global cluster with TERRAFORM
问题 Following the documentation here https://www.terraform.io/docs/providers/aws/r/rds_global_cluster.html launching a global RDS gobal cluster which involves having a primary cluster in one region and a secondary cluster in another region will require launching resources in 2 different regions but there is no explanation of how this will work in the documentation How am i suppose to run terraform apply on the definitions to launch the global cluster since this requires 2 regions? Has anyone