bright-motherboard-93404
10/24/2018, 7:20 PMstale-holiday-22431
10/24/2018, 8:01 PMendpoint
it outputs in the config files I generate for downstream resources? To get that value as a string, do I put the whole downstream resource inside the output’s apply()
?early-musician-41645
10/24/2018, 10:32 PMpulumi stack
error: open /home/tsi.lan: permission denied
Does pulumi need to run as root?early-musician-41645
10/24/2018, 10:40 PM$ pulumi new aws-python --dir vnext-cluster-poc
This command will walk you through creating a new Pulumi project.
Enter a value or leave blank to accept the default, and press <ENTER>.
Press ^C at any time to quit.
project name: (vnext-cluster-poc)
project description: (A minimal AWS Python Pulumi program)
Created project 'vnext-cluster-poc'.
stack name: (vnext-cluster-poc-dev)
Created stack 'vnext-cluster-poc-dev'
aws:region: The AWS region to deploy into: (us-east-1) us-west-2
Installing dependencies...
Your new project is configured and ready to go!
Previewing update (vnext-cluster-poc-dev):
Type Name Plan Info
+ pulumi:pulumi:Stack vnext-cluster-poc-vnext-cluster-poc-dev create
└─ pulumi:providers:aws default 1 error
Diagnostics:
pulumi:providers:aws (default):
error: no resource plugin 'aws' found in the workspace or on your $PATH
error: an error occurred while advancing the preview
What's up with that error?incalculable-sundown-82514
10/24/2018, 10:47 PMearly-musician-41645
10/24/2018, 10:51 PM$ pip install -r requirements.txt
Requirement already satisfied (use --upgrade to upgrade): pulumi>=0.15.0 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): pulumi_aws>=0.15.0 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): protobuf>=3.6.0 in /usr/lib64/python2.7/site-packages (from pulumi>=0.15.0->-r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): grpcio>=1.9.1 in /usr/lib64/python2.7/site-packages (from pulumi>=0.15.0->-r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): six>=1.11.0 in /usr/lib/python2.7/site-packages (from pulumi>=0.15.0->-r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages (from protobuf>=3.6.0->pulumi>=0.15.0->-r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): futures>=2.2.0 in /usr/lib/python2.7/site-packages (from grpcio>=1.9.1->pulumi>=0.15.0->-r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): enum34>=1.0.4 in /usr/lib/python2.7/site-packages (from grpcio>=1.9.1->pulumi>=0.15.0->-r requirements.txt (line 1))
You are using pip version 8.1.2, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
early-musician-41645
10/24/2018, 10:52 PM$ pulumi version
v0.16.0
incalculable-sundown-82514
10/24/2018, 10:54 PMincalculable-sundown-82514
10/24/2018, 10:54 PMearly-musician-41645
10/24/2018, 11:15 PMbusy-umbrella-36067
10/24/2018, 11:19 PMhundreds-musician-51496
10/25/2018, 3:39 AMhundreds-musician-51496
10/25/2018, 3:39 AMhundreds-musician-51496
10/25/2018, 3:41 AMhundreds-musician-51496
10/25/2018, 3:42 AMwhite-balloon-205
hundreds-musician-51496
10/25/2018, 3:49 AMquick-action-34599
10/25/2018, 1:54 PMquick-action-34599
10/25/2018, 2:24 PMquick-action-34599
10/25/2018, 2:25 PMsparse-insurance-40223
10/25/2018, 2:48 PMquick-action-34599
10/25/2018, 2:54 PMquick-action-34599
10/25/2018, 2:54 PMquick-action-34599
10/25/2018, 2:55 PMsparse-insurance-40223
10/25/2018, 2:57 PMsparse-insurance-40223
10/25/2018, 2:58 PMquick-action-34599
10/25/2018, 3:02 PMquick-action-34599
10/25/2018, 3:03 PMwhite-balloon-205
import “./other”
to force the module to be imported even if no values are used.
This is a somewhat strange TypeScript design choice.
See https://github.com/Microsoft/TypeScript/issues/9191#issuecomment-226258610.hundreds-musician-51496
10/25/2018, 4:13 PMlatest
?