rapid-raincoat-36492
02/26/2021, 4:53 PMflat-insurance-25294
02/26/2021, 8:47 PMautomation
is stuff I asked for a year ago.flat-insurance-25294
02/26/2021, 8:47 PMLocalWorkspace.createOrSelectStack
flat-insurance-25294
02/26/2021, 8:48 PMbumpy-easter-72049
02/26/2021, 9:05 PMbroad-dog-22463
02/26/2021, 9:57 PMbrief-spoon-92183
02/26/2021, 11:19 PMpulumi.runtime.registerStackTransformation
not being invoked? I want to apply tags to all resources, and am following this article, but no luck with getting this to work 😞
Pulumi version is 2.19.0
, and I've followed this Github issue but the problem persists.
Any help is greatly appreciated!
🍻wide-crayon-4093
02/27/2021, 10:57 AMbrief-spoon-92183
02/27/2021, 6:47 PMexport = async () => {
// create resources
return { out: myResource.output };
}
the export =
part is bothering me, as it's not a standard way of defining exports, and my IDE is yelling at me. When Pulumi is executed - it does work, sure. But For my IDE I need to set // @ts-nocheck
.
I did copy the tsconfig.json
example and set "module": "commonjs"
- it didn't help.
export default
doesn't work at all, although that's what really should be the main way of exporting such things.
Any ideas/help? Is export default
going to be supported, or is there anything else I can do to avoid disabling TS all together?
Thanks!clean-appointment-35715
02/27/2021, 9:30 PMrapid-raincoat-36492
02/28/2021, 5:03 AMpulumi up
commands based on something like StackReferences?colossal-potato-56488
02/28/2021, 10:34 AMProgram run without the Pulumi engine available; re-run using the pulumi CLI
Now I’m using pulumi stack export --show-secrets
and then copy pasting the values but I guess there must be a better way to do this 🙈rapid-raincoat-36492
02/28/2021, 4:08 PMproud-art-41399
03/01/2021, 7:01 AMstack-name
argument required and doesn't support .pulumi/ci.json
. Is this correct?witty-fountain-25357
03/01/2021, 10:47 AMpulumi up
ends up hanging with no output from Pulumi itself at all (doesn't even get to "Previewing updates..."). Doesn't seem to be an issue with my credentials as have tried both my colleagues and mine (theirs works on their Ubuntu). The result just hangs like this (and doesn't get anywhere else) Any ideas?
(venv) ✘ (reece@dev | ~/Development/infrastructure/cognito | master) pulumi up
hallowed-author-21638
03/01/2021, 11:24 AMflat-insurance-25294
03/01/2021, 12:07 PMaloof-address-12777
03/01/2021, 3:35 PMbillions-xylophone-85957
03/01/2021, 4:42 PMbig-apartment-95438
03/01/2021, 4:45 PMsubnetId: (async () => {
return (await stampVpc.publicSubnetIds)[0].get(); // Get first public subnet id
})(),
adorable-musician-67025
03/01/2021, 4:48 PMpulumi cancel
supported by remote stacks?adorable-musician-67025
03/01/2021, 4:49 PMadorable-musician-67025
03/01/2021, 4:50 PMaverage-school-38756
03/01/2021, 6:42 PMpulumi new
which requires a template?billions-lion-85498
03/01/2021, 6:50 PMpulumi import
? The docs around importing are very sparse, but this thread seems to imply it's not possible? https://pulumi-community.slack.com/archives/C84L4E3N1/p1609875415126600clever-cartoon-41433
03/01/2021, 10:48 PMField '.spec.rules[].http.paths[].backend.serviceName' may not match any active Service
Even though I can literally curl the service myselfclever-cartoon-41433
03/02/2021, 2:20 AMagreeable-ram-97887
03/02/2021, 1:39 PMicy-jordan-58549
03/02/2021, 2:22 PMAutomation API
and randomly getting unhandled Promise rejections,
unhandled rejection: CONTEXT(406)
STACK_TRACE:
Error
at Object.debuggablePromise...
and then rerun gives me success. Any ideas?helpful-van-82564
03/02/2021, 3:24 PM