full-artist-27215
12/01/2021, 7:20 PMresource-{i}
, where i
is just a counter), but I was curious if others had any guidance to provide here. Thanks!most-lighter-95902
12/02/2021, 12:58 AMnew StackReference
as many times I need, but when I put it in a function and it gets called twice, I get resource 'urn:pulumi:app-staging::ckc-test::pulumi:pulumi:StackReference::seunggs/ckc-test/app-build' registered twice (read and read)
error and pulumi up
fails during preview. What am I doing wrong?salmon-printer-16080
12/02/2021, 3:04 AMpulumi-azure-native
providers get released? I see 1.48 is the latest from 2 days ago, some code im wanting to use was just merged yesterday, so just seeing when this will become available for us to use 🙂high-vase-81611
12/02/2021, 4:48 PMmelodic-car-16900
12/02/2021, 6:06 PMmelodic-car-16900
12/02/2021, 7:34 PMmelodic-car-16900
12/02/2021, 7:35 PMmelodic-car-16900
12/02/2021, 7:46 PMbig-potato-91793
12/02/2021, 8:43 PMSIGKILL
signal?billions-hospital-77217
12/02/2021, 9:41 PMlittle-journalist-4778
12/03/2021, 8:55 AMskipMetadataApiCheck false
to all providers:
https://github.com/pulumi/pulumi-aws/issues/1692mammoth-journalist-45153
12/03/2021, 9:53 AMpulumi.asset
objects, pulumi.asset.FileArchive, pulumi.asset.FileAsset
and others. We are seeing that when two developers deploy to the same environment, using the exact same files, pulumi wrongly identifies that these files/folders have changed => this causes very large deployment times (that is another issue). All developers use a similar environment setup, and are all on the same pulumi version. Has anyone encountered similar behavior? any thoughts about what we can do to further investigate why this is happening?salmon-area-34685
12/03/2021, 10:18 AMworried-xylophone-86184
12/03/2021, 1:50 PMpulumi login <https://app.pulumi.com>
error: problem logging in: getting user info from <https://app.pulumi.com>: unmarshalling response object: invalid character '<' looking for beginning of value
Any help would be appreciatedlate-chef-72896
12/03/2021, 3:21 PMgetOrganization
function and to start simple I want to get the org ID. Based on how that is used in this example https://www.pulumi.com/registry/packages/aws/api-docs/organizations/getorganization/#sns-topic-that-can-be-interacted-by-the-organization-only I assumed I could use this
const org = aws.organizations.getOrganization({});
console.log(org.id)
late-chef-72896
12/03/2021, 3:21 PMid
that way.late-chef-72896
12/03/2021, 3:22 PMhigh-morning-17948
12/03/2021, 5:00 PMbillions-hospital-77217
12/03/2021, 7:00 PMPulumi.Aws.Ebs.Volume[] mem_sql_master_vol = new Pulumi.Aws.Ebs.Volume[MASTERS];
acceptable-oil-81004
12/03/2021, 7:50 PMbusy-island-31180
12/04/2021, 12:48 AMstring
as an input. How do I convert from pulumi.InputString
to a vanilla string
?busy-island-31180
12/04/2021, 12:50 AMAssumeRolePolicy
(which is just a string/json document). In order to construct this json document, I need an output value from another resource (an OIDC provider), which would not be known until apply
timebusy-island-31180
12/04/2021, 12:51 AMbusy-island-31180
12/04/2021, 12:52 AMquiet-wolf-18467
12/04/2021, 12:38 PMquiet-wolf-18467
12/04/2021, 12:39 PMmammoth-journalist-45153
12/04/2021, 4:36 PMpurple-train-14007
12/04/2021, 6:12 PMbillowy-laptop-45963
12/05/2021, 10:40 PMlittle-cartoon-10569
12/06/2021, 1:15 AMerror: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?in this project. But not any other project. Afaik, the plugins are shared under ~/.pulumi. What else should I look at to diagnose this?
little-cartoon-10569
12/06/2021, 1:15 AMerror: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?in this project. But not any other project. Afaik, the plugins are shared under ~/.pulumi. What else should I look at to diagnose this?
billowy-army-68599
12/06/2021, 1:27 AMlittle-cartoon-10569
12/06/2021, 1:35 AMbillowy-army-68599
12/06/2021, 1:40 AMIt looks like the Pulumi SDK has not been installed. Have you run npm install or yarn installthis implies it can't find the
@pulumi/pulumi
sdk: https://github.com/pulumi/pulumi/blob/d9dd88c7401d9485dfbb3062269cf10bcdcfc1b7/sdk/nodejs/cmd/pulumi-language-nodejs/main.go#L109-L114
are you using automation API? or just a standard pulumi project?little-cartoon-10569
12/06/2021, 2:00 AMnpm
aliasbillowy-army-68599
12/06/2021, 2:02 AMnpm list
little-cartoon-10569
12/06/2021, 2:03 AM