https://pulumi.com logo
Docs
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
general
  • m

    magnificent-kitchen-5558

    11/11/2021, 8:39 AM
    Hello. Is there any problem with the pulumi/azure-native 1.45.0 for yarn? So when I try to install it with yarn add, I always get the: Error: unexpected end of file at Zlib.zlibOnError. yarn version: 1.22.17, node 14.18.1, linux
  • b

    bulky-author-70444

    11/11/2021, 9:25 AM
    hey. Is there a way to run an image pipeline that I have created from the pulumi instead of running it from the AWS console? This is what I’m trying to run:
    l
    • 2
    • 5
  • s

    sparse-spring-91820

    11/11/2021, 2:07 PM
    I got the following error when trying to deploy infrastructure using circleci:
    error: 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 issue
    ✅ 1
    l
    • 2
    • 10
  • b

    brash-quill-35776

    11/11/2021, 3:28 PM
    Hi, I asked this is Azure channel, but I think this is basically the usage of
    Output
    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)
    e
    • 2
    • 2
  • e

    early-intern-90238

    11/11/2021, 3:44 PM
    hey guys, just updated to latest version of pulumi cli and packages and pulumi keeps hanging on me, the first command seems to just sit there...I terminate it...and run it again and sometimes it finishes or gets hung midway through
  • f

    flat-appointment-12338

    11/11/2021, 3:49 PM
    sounds like an outage perhaps, I am seeing
    error: could not deserialize deployment: decrypting secret value: [504]
    right now from Pulumi
  • h

    happy-optician-17286

    11/11/2021, 3:49 PM
    I'm actually seeing 504s this morning as well
  • e

    early-intern-90238

    11/11/2021, 3:49 PM
    yes I am seeing same
  • e

    early-intern-90238

    11/11/2021, 3:49 PM
    it eventually said that just now
  • h

    happy-optician-17286

    11/11/2021, 3:49 PM
    I've put a support ticket in but we should all probably do the same if we have the option.
  • e

    early-intern-90238

    11/11/2021, 4:00 PM
    its very sporadic....
  • e

    early-intern-90238

    11/11/2021, 4:05 PM
    seems back to normal, thanks team
  • d

    damp-memory-66729

    11/11/2021, 7:56 PM
    Hello, anyone managed to create a database user for MongoDB? I'm getting
    400 (request "MISSING_ATTRIBUTE") The required attribute databaseName was not specified.
    though it's provided. https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/databaseuser/
    • 1
    • 1
  • s

    sparse-beach-51011

    11/11/2021, 7:59 PM
    im doing a pulumi ip, but getting the error that a resource already exists. in this case its the register a static ip. The reason for this is there was a previous typo, but seems the pulumi state didnt know about it, and now its conflicting with another name... im kinda stuck. Ideally, I could make pulumi up move forward and sync what is deployed
    l
    h
    • 3
    • 2
  • s

    sparse-beach-51011

    11/11/2021, 8:01 PM
    i thought pulumi refresh would sync from the cloud provider as the "source of truth" to my local state...
  • s

    sparse-beach-51011

    11/11/2021, 8:02 PM
    in my case which is gcloud
  • q

    quick-lifeguard-72252

    11/11/2021, 10:37 PM
    Is it possible to use
    awsx.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
    .
    • 1
    • 1
  • c

    careful-motherboard-93259

    11/12/2021, 1:56 AM
    Hi, I'm trying to make some checks for configuration drift. I've got a folder which imports a set of resources and generates a
    pulumi 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?
    l
    • 2
    • 7
  • c

    crooked-sunset-90921

    11/12/2021, 5:21 AM
    Hi all, is there any concept in pulumi to create a resource at one point in the code, then further down update that same resource?
    ✅ 1
    p
    l
    • 3
    • 2
  • c

    crooked-sunset-90921

    11/12/2021, 5:22 AM
    obviously if I just call the same provider function it complains that the resource already exists
  • s

    sparse-beach-51011

    11/12/2021, 10:24 AM
    hi all, is there a way for
    pulumi config
    command to preserve the ordering of keys in the Pulumi.xxx.yaml file..? its quite annoying it keeps re-arranging all the keys
    ☝️🏻 1
    ☝️ 1
  • s

    sparse-beach-51011

    11/12/2021, 10:26 AM
    https://github.com/pulumi/pulumi/issues/423
  • s

    sparse-beach-51011

    11/12/2021, 10:26 AM
    looks like there is work to be done on it
  • s

    square-coat-62279

    11/12/2021, 11:47 AM
    Not sure if this makes sense, I am parsing a list of prefixes to fetch a list of matching secrets from Google Secret Manager:
    let 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?
    h
    • 2
    • 16
  • s

    steep-beach-52652

    11/12/2021, 12:08 PM
    getting into this error
    AttributeError: module 'pulumi_aws.ecr' has no attribute 'get_credentails'
    p
    • 2
    • 79
  • s

    steep-beach-52652

    11/12/2021, 12:08 PM
    but i see the code completion is showing it ok
  • c

    cuddly-father-4905

    11/12/2021, 12:10 PM
    Is there a way for Pulumi to determine which resources it doesn't manage? We're migrating some existing infrastructure over to being managed by Pulumi (it was originally setup manually, without any IaC), and want to make sure we haven't missed anything (for reference, we use GCP, but I assumed that if Pulumi has this functionality then it'd be generic)
    👍🏻 1
    s
    • 2
    • 1
  • a

    able-camera-57198

    11/12/2021, 2:57 PM
    Given the current broken state of the non-Pulumi backends, what is the best option for someone who is just getting started with Pulumi today? ( https://github.com/pulumi/pulumi/issues/2522#issuecomment-966764817 ) I'd like to begin doing deployments, but I'm afraid of committing to the GCP state store if the next release is going to invalidate it and force me to adopt all my created resources manually...
    f
    • 2
    • 6
  • s

    steep-beach-52652

    11/12/2021, 3:48 PM
    can someone provide an example how to fill up the service registry config for ecs service? to enable and register it for service disocvery, i dont see any detail in the code https://github.com/pulumi/pulumi-aws/blob/924df1fcf6a7916945b10f0ff3f364ecc0e920f0/sdk/python/pulumi_aws/ecs/service.py
  • s

    steep-beach-52652

    11/12/2021, 3:48 PM
    ServiceServiceRegistriesArgs
Powered by Linen
Title
s

steep-beach-52652

11/12/2021, 3:48 PM
ServiceServiceRegistriesArgs
View count: 1