sparse-intern-71089
11/02/2021, 1:01 PMsparse-student-54516
11/02/2021, 8:46 PMcore
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.