This message was deleted.
# general
s
This message was deleted.
s
maybe the attribute
core
was added to the later and it needs updated version of packages. Something similar worked for me. Try updating if outdate
npm list
if list shows outdated package for pulumi, then do
npm update @pulumi/rancher
This solved my issue when I was trying to use
initialPassword
attribute for rancher2
bootstrap
module. @billowy-army-68599 helped me this.