limited-rainbow-51650
06/18/2019, 4:20 PMterraform state import
(https://www.terraform.io/docs/import/index.html)proud-alarm-92546
06/18/2019, 5:09 PMnot found: verification code "code" not found
(which entirely amusing in it's repetition..elegant-crayon-4967
06/18/2019, 5:47 PMhandsome-actor-1155
06/18/2019, 6:15 PMUpdating (dev):
Type Name Status Info
pulumi:pulumi:Stack stream-demo-sensor-reading-aggregator-dev
> ├─ pulumi:pulumi:StackReference brianbrifri/stream-demo-services/dev read
> ├─ pulumi:pulumi:StackReference brianbrifri/stream-demo-infra/dev read
├─ docker:image:Image sensorReadingAggregator
~ └─ kubernetes:apps:ReplicaSet stream-demo-sensor-reading-aggregator updated [diff: ~spec]
Is my output but the replica set in k8s is unchanged. Is this expected behavior?proud-alarm-92546
06/18/2019, 8:04 PMpulumi/pulumi
first time running make
on a stock master, golangci-lint run
complains about a bunch of things that don't seem to be erroring in the travis builds. makes me wonder if there's golangci-link
version issue, or if there's a config somewhere that's not in the repo, or......
cmd/pulumi-language-nodejs/main.go:87:56: `langauge` is a misspelling of `language` (misspell)
cmdutil.InitTracing("pulumi-language-nodejs", "pulumi-langauge-nodejs", tracing)
(if I fix that one, it moves on to many others)
opened an issue - https://github.com/pulumi/pulumi/issues/2841full-dress-10026
06/18/2019, 9:36 PMbusy-air-16359
06/19/2019, 12:29 PMbusy-air-16359
06/19/2019, 12:29 PMbusy-air-16359
06/19/2019, 12:29 PMthankful-lamp-48382
06/19/2019, 1:59 PMthankful-lamp-48382
06/19/2019, 1:59 PMthankful-lamp-48382
06/19/2019, 2:22 PMthankful-lamp-48382
06/19/2019, 2:30 PMboundless-monkey-50243
06/19/2019, 3:18 PMterraform taint
, that I can tell Pulumi “that resource must be replaced”? (I don’t think I can manually remove it; it’s an AWS API Gateway deployment and those are archived rather than deleted.)full-dress-10026
06/19/2019, 4:17 PMloadBalancerInboundNatRulesIds: [pulumi.all(lbnatpool.map(v => v.id)).apply(id => id.map(v => v)[1])],
does not work. You cannot map
a NatPool
.broad-dog-22463
06/19/2019, 4:18 PMbored-river-53178
06/19/2019, 4:40 PMearly-musician-41645
06/19/2019, 5:53 PMpulumi up
and the error outputs:
error: Plan apply failed: Program run without the `pulumi` CLI; this may not be what you want (enable PULUMI_TEST_MODE to disable this error)
This started happening after I defined a new function as part of my custom resource
I'm using Pulumi v0.17.16
Any idea on a fix?full-dress-10026
06/19/2019, 6:01 PMazure.compute.ScaleSet
to provision VMs, can you have the scale set assign public IPs to the created VMs so you can ssh onto them?early-musician-41645
06/19/2019, 6:56 PM19 async function getServiceAccountAuth() {
20 const secret = await aws.secretsmanager.getSecretVersion({
21 secretId: "some-secret-name",
22 });
23 const secretString = secret.secretString
24 console.log("SECRETSTRING: "+secretString);
25
26 let username: string = JSON.parse(secretString)["username"];
27 let password: string = JSON.parse(secretString)["password"];
28
29 console.log("username: " + username);
30
31 return "Basic " + new Buffer(username + ":" + password).toString("base64");
32 }
When I run that function I get this:
error: Plan apply failed: Program run without the `pulumi` CLI; this may not be what you want (enable PULUMI_TEST_MODE to disable this error)
What am I doing wrong?full-dress-10026
06/19/2019, 7:01 PMosProfile
of a ScaleSet
I get this outputted from `pulumi up`:
azure:compute:ScaleSet azureDemo-ss2 updated [diff: ~osProfile]
However, the actual instances are not restarted. When changing customData
, I would expect instances to restart to apply the new customData.full-dress-10026
06/19/2019, 9:04 PMpulumi up
? Use case would be outputting a kubeconfig.full-dress-10026
06/19/2019, 11:11 PMlate-lawyer-23405
06/19/2019, 11:27 PMcolossal-room-15708
06/19/2019, 11:30 PMearly-musician-41645
06/19/2019, 11:55 PMasync delete
method of a dynamic resource provider?square-ability-48831
06/20/2019, 12:14 AMindex.ts
file to infra.ts
. changed in tsconfig.json
and pulumi up
can’t find it now.square-ability-48831
06/20/2019, 2:00 AMawsx.apigateway.API
and a single entry in the routes
arg. lambda is up and running fine, sending 200 ok, but my console.logs are not showing in cloudwatch… do I need explicit cloudwatch permissions on the lambda role?cool-egg-852
06/20/2019, 3:40 PMquaint-queen-45003
06/20/2019, 4:05 PM