This message was deleted.
# aws
s
This message was deleted.
👀 1
g
Are you setting an explicit
name
property or using Pulumi's auto-naming functionality?
b
in this case it looks like auto-naming
that might be it (d'oh)
l
The "name" parameter to the target group constructor is not the same as the name of the target group. There is a parameter in the args for that.
1
You can use
name: name
in the args to turn off autonaming, or use
namePrefix: somethingShort6OrFewerChars
to get a bit of both.
g
The error message could definitely be better here. :)
b
I don't disagree with you @gentle-diamond-70147 🙂
g
I'll open an issue for that. 👍
Opened https://github.com/pulumi/pulumi-aws/issues/1317 for a better error message.