:wave: I’m trying to create a Global Aurora Postgr...
# aws
b
👋 I’m trying to create a Global Aurora Postgre DB with the
aws classic
provider of pulumi. For some reason, even if I add
dependsOn
my primary
RDSCluster
to point to the
GlobalCluster
it seems that pulumi never really wait that the cluster has been created. So instead of having a cluster with multiple regions, we god cluster that are separated and never linked together. Any idea of what I’m doing wrong?