Is there any way to make a static name for an elas...
# general
c
Is there any way to make a static name for an elasticache cluster?
b
You mean without the auto naming of the resource?
c
Yes
t
Like this?
Copy code
new aws.elasticache.Cluster("cachecluster", {
    name: "cachecluster",
...
c
I don’t see name as a property. Didn’t try to see if it would still work though.
Seems like clusterId may be what I’m looking for, unfortunately it seems like AWS has really low restrictions on the name.
b
@cool-egg-852 if that doesn’t work for you, can you open an issue on github under pulumi-aws and add me to the comment?
c
Will do
b
👌
t
@cool-egg-852 You are right, I was too quick...
c
Seems like some validation logic needs work on elasticache at least.
numCacheNodes
seems to be required, but isn’t being required during the preview. Not sure if there is anything else.
b
Yeah anything you feel should be different there, add it to that issue and I can get that fixed up
Sorry for them in advance
c
It’s no biggie