Getting an error here and the message looks trunca...
# aws
a
Getting an error here and the message looks truncated:
Copy code
Diagnostics:
  aws:route53:Record (acme-wildcard-record):
    error: aws:route53/record:Record resource 'acme-wildcard-record' has a problem: ConflictsWith
    error: aws:route53/record:Record resource 'acme-wildcard-record' has a problem: ConflictsWith
ConflictsWith what?
I commented out the wildcard record, and now getting the same error for apex-record
g
I believe
ttl
and
aliases
cannot be set together.
It is a poor error message.
a
Thanks, trying it now
That resolved the problem, thank you @gentle-diamond-70147
g
You're welcome. I opened https://github.com/pulumi/pulumi/issues/5586 to provide a more detailed error message.
Thanks for sharing your code. Made it quick to reproduce and open the issue. 👍
👍 1