quick-action-34599
07/30/2020, 3:56 PMnetworkListener
and an applicationListener
to an awsx.ecs
service? I have a rabbitmq instance that has both TCP networking and a hosted HTTP interface.famous-garage-15683
07/30/2020, 4:32 PMfamous-garage-15683
07/30/2020, 4:33 PMconst loadBalancerId = infra.getOutput('albId');
const underlyingAwsLoadBal = aws.lb.LoadBalancer.get('underlyingAwsAppLoadBal', loadBalancerId);
const appLoadBal = new awsx.lb.ApplicationLoadBalancer('applicationLoadBalancer', {loadBalancer: underlyingAwsLoadBal, securityGroups: securityGroupIds});
famous-garage-15683
07/30/2020, 4:34 PMfamous-garage-15683
07/30/2020, 4:34 PMfamous-garage-15683
07/30/2020, 4:35 PMfamous-garage-15683
07/30/2020, 5:11 PMcareful-engine-71229
07/30/2020, 6:03 PMfamous-garage-15683
07/30/2020, 8:42 PMInput<string[]>
Β to anΒ Input<string>[]
?famous-garage-15683
07/30/2020, 9:08 PMpulumi.all
. I wonder if there is something that's opposite of that?hallowed-rain-9096
07/30/2020, 10:56 PMhallowed-rain-9096
07/30/2020, 10:56 PMOutput<string[]>
can be passed as Input<string[]>
IIUC, and you can't know the length of the array ahead of timefamous-garage-15683
07/31/2020, 12:10 AMexport
an array of security group IDs, how do you do anything with it? You get an Output<string[]>
when you call getOutput
but none of the APIs seem able to handle thatbright-policeman-55860
07/31/2020, 4:05 AMastonishing-branch-30086
07/31/2020, 4:50 AMerror: could not load plugin for heroku provider
when trying to run a pulumi preview on a stack set up by a colleague. The suggested command pulumi plugin install resource heroku v0.0.4
returns error: [resource plugin heroku-0.0.4] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-heroku-v0.0.4-darwin-amd64.tar.gz>
. Any ideas?late-church-93869
07/31/2020, 5:42 AMgcp:container:Cluster (helloworld):
error: googleapi: Error 500: Internal error encountered., backendError
anyone seen this issue before? Wondering if it has something to do with my account being new and still in free trial mode.bumpy-river-47200
07/31/2020, 9:11 AMDo you want to perform this update? yes
Updating (dev):
β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦.
pulumi:pulumi:StackReference (grst):
error: post-step event returned an error: failed to save snapshot: .pulumi/stacks/dev.json: snapshot integrity failure; it was already written, but is invalid (backup available at .pulumi/stacks/dev.json.bak): child resource urn:pulumi:dev::xyz::pulumi:pulumi:StackReference::grst refers to missing parent urn:pulumi:dev::xyz::pulumi:pulumi:Stack::xyz-dev
Not sure why it keep saying child resource is missing parent, any suggestion please?elegant-window-55250
07/31/2020, 1:46 PMfamous-kite-69533
07/31/2020, 4:20 PMpulumi update
again it tries to create again a CRD (operatorconfigurations.acid.zalan.do) that it has already created the first time. I can't figure out how to prevent that. You can see the code at https://ybin.me/p/2162e08ece72e646#iOV2fVY34JpU2d1mAqpxc00ru4SCfGwRdcquitOKupY= - any idea of what I can do to fix? Thanks!bright-policeman-55860
07/31/2020, 6:44 PMbright-policeman-55860
07/31/2020, 6:45 PMbright-teacher-51435
07/31/2020, 7:13 PMbright-teacher-51435
07/31/2020, 7:13 PMbillowy-laptop-45963
07/31/2020, 8:28 PMpulumi stack ls
it doesn't see anything. I can see files in the .pulumi/stacks/ folder. Did the format change somewhere along the line?bright-policeman-55860
07/31/2020, 8:55 PMerror: no stack selected; please use `pulumi stack select` or `pulumi stack init` to choose one
pulumi stack ls
shows nothing.bright-policeman-55860
07/31/2020, 8:59 PMbright-policeman-55860
07/31/2020, 9:24 PMthankful-holiday-28161
08/01/2020, 4:38 AMthankful-holiday-28161
08/01/2020, 4:38 AMthankful-holiday-28161
08/01/2020, 4:39 AMthankful-holiday-28161
08/01/2020, 4:39 AM