magnificent-kitchen-5558
11/11/2021, 8:39 AMbulky-author-70444
11/11/2021, 9:25 AMsparse-spring-91820
11/11/2021, 2:07 PMerror: no resource plugin aws-v4.24.1 found in the workspace or on your $PATH, install the plugin using pulumi plugin install resource aws v4.24.1
I am not sure why I need to manually install aws plugin? I didn't do that on my local machine
ps. I am using organization account, when I do this on my personal account I don't have this issuebrash-quill-35776
11/11/2021, 3:28 PMOutput
The error is in azure-native
, which I can't change the source code, but the type is
For type like *readonly* identity: pulumi.Output<outputs.web.ManagedServiceIdentityResponse | undefined>;
How do I put them into another Input
type? I would get
Type 'Output<string | undefined>' is not assignable to type 'Input<string>'.
Type 'OutputInstance<string | undefined>' is not assignable to type 'Input<string>'.
Type 'OutputInstance<string | undefined>' is not assignable to type 'OutputInstance<string>'.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.ts(2322)
early-intern-90238
11/11/2021, 3:44 PMflat-appointment-12338
11/11/2021, 3:49 PMerror: could not deserialize deployment: decrypting secret value: [504]
right now from Pulumihappy-optician-17286
11/11/2021, 3:49 PMearly-intern-90238
11/11/2021, 3:49 PMearly-intern-90238
11/11/2021, 3:49 PMhappy-optician-17286
11/11/2021, 3:49 PMearly-intern-90238
11/11/2021, 4:00 PMearly-intern-90238
11/11/2021, 4:05 PMdamp-memory-66729
11/11/2021, 7:56 PM400 (request "MISSING_ATTRIBUTE") The required attribute databaseName was not specified.
though it's provided.
https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/databaseuser/sparse-beach-51011
11/11/2021, 7:59 PMsparse-beach-51011
11/11/2021, 8:01 PMsparse-beach-51011
11/11/2021, 8:02 PMquick-lifeguard-72252
11/11/2021, 10:37 PMawsx.apigateway.API
with aws.apigatewayv2
? My use case is I need to create multi-level API mapping (like /a/b/v1
) which is not supported by aws.apigateway
.careful-motherboard-93259
11/12/2021, 1:56 AMpulumi preview --json
output from them. I'm struggling to get this output to be deterministic. Each time I generate it, the resources are in a different order.
Is there a way around this?crooked-sunset-90921
11/12/2021, 5:21 AMcrooked-sunset-90921
11/12/2021, 5:22 AMsparse-beach-51011
11/12/2021, 10:24 AMpulumi config
command to preserve the ordering of keys in the Pulumi.xxx.yaml file..? its quite annoying it keeps re-arranging all the keyssparse-beach-51011
11/12/2021, 10:26 AMsparse-beach-51011
11/12/2021, 10:26 AMsquare-coat-62279
11/12/2021, 11:47 AMlet var3 = []
for (let secret of props.secret ){
let var1 = pulumi.output(gcp.secretmanager.getSecret({
secretId: `${secret}*`
}))
let var2 = var1.name
var3 = var3.concat(var2)
}
The idea is to append the result from the getSecret function to var3 and then parse this list to create kubernetes secrets, I saw error:
Variable 'var3' implicitly has type 'any[]' in some locations where its type cannot be determined.
What's the result type return from the function and how should I append them?steep-beach-52652
11/12/2021, 12:08 PMAttributeError: module 'pulumi_aws.ecr' has no attribute 'get_credentails'
steep-beach-52652
11/12/2021, 12:08 PMcuddly-father-4905
11/12/2021, 12:10 PMable-camera-57198
11/12/2021, 2:57 PMsteep-beach-52652
11/12/2021, 3:48 PMsteep-beach-52652
11/12/2021, 3:48 PMsteep-beach-52652
11/12/2021, 3:48 PM