This message was deleted.
# aws
s
This message was deleted.
l
That's odd, for most resources the auto-suffixing is turned off when you specify the name argument..
a
That was my understanding based on https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming. I'm still new to Pulumi so hoping I'm just misunderstanding.
l
Those docs are confusing.. docs say "type" must be "PRIMARY" or "SECONDARY", but the examples and the code require that it's a record type ("A", "AAAA" etc.).
I see that alias records are supposed to use the "aliases" property rather than the "records" property. Would that be worth trying? https://www.pulumi.com/docs/reference/pkg/aws/route53/record/#alias-record
a
Figured it out. It was because the hosted zone wasn't explicitly named. Realized this after noticing all the suffixes were the same... Oops. Thanks for help though 🙂
👍 1