This message was deleted.
# general
s
This message was deleted.
b
The Zone is being created just fine, but the A and AAAA records have this issue
f
You have the same name for both of the new record resources, pulumi resource names should be globally unique. Try appending a string to each of the resources to identify it. I.e.
config.require("stack") + "." + zoneName + "A"
instead of
config.require("stack") + "." + zoneName
b
When I remove the second one I get the same issue
I’ll keep working through it and ping later
👍 1