Also this part of the docs is outdated. <https://w...
# general
f
Also this part of the docs is outdated. https://www.pulumi.com/docs/guides/crosswalk/aws/iam/#iam-users
Copy code
new aws.iam.AccessKey("webmasterKey", { user });
Should be
Copy code
new aws.iam.AccessKey("webmasterKey", { user: user.name });
c
@flat-insurance-25294 -- thanks ... i didn't see this previously reported, so i opened crosswalk doc errorĀ #2235
f
@chilly-crayon-57653 No worries bud.