brave-motorcycle-67487
03/17/2023, 7:47 PMpulumi up
.
┌─[jamesph@Jamess-MBP] - [~/Documents/winfrastructure/aws] - [Fri Mar 17, 12:42]
└─[$]> venv/bin/pip freeze
Arpeggio==1.10.2
attrs==22.1.0
dill==0.3.5.1
grpcio==1.47.0
parver==0.3.1
protobuf==4.21.5
pulumi==3.39.3
pulumi-aws==5.17.0
pulumi-aws-native==0.29.0
PyYAML==6.0
semver==2.13.0
six==1.16.0
┌─[jamesph@Jamess-MBP] - [~/Documents/winfrastructure/aws] - [Fri Mar 17, 12:44]
└─[$]> cat requirements.txt
pulumi>=3.0.0,<4.0.0
pulumi-aws-native==0.52.0
pulumi-aws>=5.17.0,<6.0.0
pulumi-twingate>=0.0.43
┌─[jamesph@Jamess-MBP] - [~/Documents/winfrastructure/aws] - [Fri Mar 17, 12:44]
└─[$]> cat Pulumi.yaml
name: aws
description: AWS
runtime:
name: python
options:
virtualenv: venv
(Observe the much earlier version of pulumi-aws-native, and the missing pulumi-twingate.)
I could manually call pip install, but I'd like to know why this isn't workingstocky-restaurant-98004
03/20/2023, 6:11 PMpulumi new
, you do need to pip install
any new requirements.brave-motorcycle-67487
03/20/2023, 6:26 PMstocky-restaurant-98004
03/20/2023, 6:29 PMpulumi new aws-typescript
, you'll get a free npm i @pulumi/aws
, but if you add other providers, you have to npm i
it yourself.