jolly-lifeguard-22556
10/08/2018, 3:19 PMjolly-lifeguard-22556
10/08/2018, 3:21 PMpulumi up
on a js/ts project using cloud.HttpServer does it just zip up your local node_modules folder and upload to Lambda? I've tried all kinds of combinations of how I actually build the sharp module. I'm running Ubuntu locally so I think that it should be compatible with Lambda anyways but also tried using docker builds as described here: http://sharp.pixelplumbing.com/en/stable/install/#aws-lambdajolly-lifeguard-22556
10/08/2018, 3:30 PMquiet-wolf-18467
10/08/2018, 4:49 PMindex.ts
to define all resourcesquiet-wolf-18467
10/08/2018, 5:24 PMbrave-angle-33257
10/08/2018, 6:10 PMbrave-angle-33257
10/08/2018, 6:10 PMDiagnostics:
global: global
error: unrecognized resource type (Check): azure:role/assignment:Assignment
brave-angle-33257
10/08/2018, 6:11 PMfrom pulumi_azure import ( msi, role )
assignment_name = "{}-asgn".format(vault['id'])
vault_assignment = role.Assignment(assignment_name,
name=assignment_name,
principal_id=uai.principal_id,
role_definition_name="Reader",
scope=SUBSCRIPTION_PRE.format(
vars.subscription_id,
resource_group_name,
'Microsoft.KeyVault',
'vaults',
vault_name
)
)
brave-angle-33257
10/08/2018, 6:12 PMbrave-angle-33257
10/08/2018, 6:21 PMmammoth-honey-42463
10/08/2018, 7:49 PMbusy-umbrella-36067
10/08/2018, 10:26 PMpulumi refresh
busy-umbrella-36067
10/08/2018, 10:27 PMbusy-umbrella-36067
10/08/2018, 10:29 PMaws-load-balancer-internal
, true should be wrapped in quotes
Diagnostics:
kubernetes:core:Service: XXXXXXX
error: Plan apply failed: 1 error occurred:
* unrecognized type: string
metadata: {
name: name,
annotations: {
"<http://external-dns.alpha.kubernetes.io/hostname|external-dns.alpha.kubernetes.io/hostname>": `XXXXXXXXX`,
"<http://service.beta.kubernetes.io/aws-load-balancer-internal|service.beta.kubernetes.io/aws-load-balancer-internal>": true
},
cool-helicopter-70130
10/09/2018, 8:28 AMmaster
in @pulumi/cloud-aws
that I really want to use (and have currently hacked in on my installed version - I was going raise a PR and you’d already done it 😁)able-computer-33023
10/09/2018, 4:52 PMbrave-angle-33257
10/09/2018, 5:04 PMhttps://s3-us-west-2.amazonaws.com/billeci-screenshots/index.ts__Untitled_Workspace_2018-10-09_10-03-08.png▾
brave-angle-33257
10/09/2018, 5:04 PMcuddly-leather-18640
10/09/2018, 7:51 PMtag
yields 10 results, all but one of which are part of the word stage
.cool-helicopter-70130
10/10/2018, 6:24 AMelegant-planet-7298
10/10/2018, 9:17 AMpulumi.output('foo', bar)
for a while with pulumi stack output foo
and it was working fine. But now I seem to be getting error: current stack does not have output property 'foo'
even though 'foo' is listed in pulumi stack output
. Any ideas if this is related to a pulumi update or something I've stuffed up?sparse-insurance-40223
10/10/2018, 10:26 AMsparse-insurance-40223
10/10/2018, 10:26 AMadamant-restaurant-73893
10/10/2018, 3:31 PMadamant-restaurant-73893
10/10/2018, 6:06 PMhttps://www.youtube.com/watch?v=SgiP9d1oLs4▾
brave-angle-33257
10/10/2018, 7:02 PMgifted-island-55702
10/10/2018, 8:38 PMadamant-restaurant-73893
10/10/2018, 9:26 PMadamant-restaurant-73893
10/10/2018, 9:26 PMquiet-wolf-18467
10/10/2018, 10:45 PMquiet-wolf-18467
10/10/2018, 10:45 PM