Hello all, happy Friday! We are trying to build o...
# general
a
Hello all, happy Friday! We are trying to build out a global RDS and getting this very strange error message. There is no duplicate URN in our stack that would conflict with this. Any ideas?
Copy code
Diagnostics:
  aws:rds:GlobalCluster (my-global-test2):
    error: Duplicate resource URN 'urn:pulumi:accounts-dev::rds::aws:rds/globalCluster:GlobalCluster::my-global-test2'; try giving it a unique name
s
are you sure? Perhaps you put it in a non-memoized function and it's being called twice?
l
Or creating something in a loop, but with a fixed name.
a
Yep, that was it. we had another function further up that was calling it. Thank you for your help!
p 1