Can you tell us how you started?
I tried the following:
Copy code
mkdir temp
cd temp
pulumi new aws-typescript -y OR pulumi new aws-python -y # depends on your language
pulumi config set aws:region us-west-2
pulumi up
gave:
Copy code
Previewing update (dev)
View Live: <https://app.pulumi.com/myuser/temp/dev/previews/88b91ead-2ec5-44cd-9f16-dc8c8303b413>
Type Name Plan
+ pulumi:pulumi:Stack temp-dev create
+ └─ aws:s3:Bucket my-bucket create
Resources:
+ 2 to create
Do you want to perform this update? [Use arrows to move, enter to select, type to filter]
yes
> no
details
b
best-nest-62071
05/14/2021, 11:46 PM
@bored-hamburger-89415 Did you ever get this working?
b
bored-hamburger-89415
05/15/2021, 1:19 AM
Thanks for following up. I did not. Interestingly, it runs fine in CI. I've essentially just
pulumi new
-ed into a k8s typescript project, copied from the crosswalk intro guide and got that error locally.
bored-hamburger-89415
05/15/2021, 1:19 AM
I got a bit distracted, but I'll be working on that project over the weekend. I'll follow up with a gh issue if I figure out what the issue is.
bored-hamburger-89415
05/15/2021, 1:20 AM
I'm sure it's related to my endless amount of needless cli tooling 😅
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.