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
  • l

    limited-solstice-34584

    07/13/2020, 3:04 PM
    i am still trying to figure out how to create a custom mock api gateway resource for cors purposes in node.js without odcs
    b
    • 2
    • 12
  • l

    limited-solstice-34584

    07/13/2020, 3:04 PM
    docs
  • s

    swift-lunch-74411

    07/13/2020, 5:48 PM
    Hi Guys, Is anyone knows how to change the policy version in PulumiPolicy.yml using pulumi cli.
    g
    • 2
    • 3
  • m

    millions-furniture-75402

    07/13/2020, 7:31 PM
    How can I search pulumi stack activity for a change?
    c
    • 2
    • 5
  • c

    clever-plumber-29709

    07/13/2020, 11:38 PM
    Does the Pulumi GitHub App works with self-managed backends?
    c
    b
    c
    • 4
    • 6
  • w

    white-angle-34155

    07/14/2020, 10:54 AM
    I'm trying to
    pulumi new <https://github.com/<redacted>/pulumi-templates/azure-typescript>
    with a private repo and getting
    error: authentication required
    . Does anyone know if it's possible to have a private template repo?
    c
    c
    • 3
    • 6
  • d

    dazzling-sundown-39670

    07/15/2020, 11:11 AM
    How do I use a private image from docker hub in a k8s deployment? I can push it but having a hard time accessing it
    b
    • 2
    • 8
  • a

    agreeable-ram-97887

    07/15/2020, 12:04 PM
    I would like to use Pulumi to orchestrates both an AWS EKS cluster as well as some services within it. Does it make sense to have this as a single Pulumi project (such as in the example
    ___main__.py_
    attached), or would it be more advisable to break it up into multiple projects. For example, one for the EKS infrastructure, and one for the Kubernetes elements?
    __main__.py
    d
    • 2
    • 10
  • r

    refined-car-55506

    07/15/2020, 2:01 PM
    Hey there, I am trying to use "import" statements in my index.js file but no luck: it seems I have to use TypeScript for that. But I am not using TypeScript, in other parts of my application right now (Next.js) this is just JavaScript compiled with babel, no TypeScript
    d
    g
    • 3
    • 23
  • l

    limited-solstice-34584

    07/15/2020, 5:37 PM
    i use javascript not typescript
  • q

    quick-action-34599

    07/15/2020, 6:09 PM
    Trying to launch an ec2 instance and I get: Error launching source instance: Unsupported: The requested configuration is currently not supported. Please check the documentation for supported configurations. status code: 400 I’m dynamically pulling the ami and double-checked that it’s in the right region
    i
    g
    • 3
    • 7
  • i

    icy-jordan-58549

    07/15/2020, 7:08 PM
    any ideas how to limit amount of docker build events? it fails due to lots of concurrent builds
    i
    l
    • 3
    • 7
  • r

    refined-teacher-35628

    07/16/2020, 11:23 AM
    Hi All, I'm new to Pulumi 🙂 and I'm trying to setup AWS RDS, Secret and SecretVersion. I'm able to setup RDS and Secret successfully but facing issue in SecretVersion
    Calling [toJSON] on an [Output<T>] is not supported. To get the value of an Output as a JSON value or JSON string consider either: 1: o.apply(v => v.toJSON()) 2: o.apply(v => JSON.stringify(v)) See <https://pulumi.io/help/outputs> for more details. This function may throw in a future version of @pulumi/pulumi.
    • 1
    • 3
  • r

    refined-teacher-35628

    07/16/2020, 11:41 AM
    ^ignore, fixed by https://pulumi-community.slack.com/archives/C84L4E3N1/p1594304467283900 🙂
    f
    • 2
    • 4
  • r

    refined-teacher-35628

    07/16/2020, 12:18 PM
    Do we have
    Modules
    feature in Pulumi like Terraform modules? If yes please refer the docs link... thanks
    b
    w
    • 3
    • 7
  • b

    best-notebook-53829

    07/16/2020, 3:31 PM
    Hello, I'm a really new to Pulumi so I should ask something obvious. I'm using Python with GCP. I create Network / Subnetwork and instances. To create instances I need the network id that is generated during deployment. I'm wondering how to retrieve this id with Pulumi ressource name. I had a look to `get`function but it requires this autogenerated id. So my question is : Is there a way to get auto-generated id using the resource name we have in code ? ex: my resource name is
    network
    but id is
    network-e3d9e66
    b
    • 2
    • 2
  • b

    big-architect-71258

    07/16/2020, 7:54 PM
    Interesting... Hashicorp even copied the concept of the Stack. https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support/
    😮 2
  • a

    acoustic-hydrogen-87729

    07/16/2020, 8:56 PM
    Quick Question. I see that for Pulumi, Python and other languages were available initially and then .Net was added later. Does anyone see any challenges specific to using .NET for aws Pulumi because it might not be as mature a language for Pulumi? Is aws-python template or another language template a clear better choice when it comes to Pulumi capabilities vis-à-vis aws? we are a .Net shop but if there is a very clear choice in another language, then would like to know
    l
    g
    s
    • 4
    • 4
  • b

    bright-restaurant-97414

    07/16/2020, 11:24 PM
    👋 how does one go about upgrading the underlying tf module in an integration and build it?
    w
    b
    b
    • 4
    • 22
  • a

    acceptable-stone-35112

    07/17/2020, 8:58 AM
    when passing opts to ComponentResource I would expect all underlying resources and ComponentResource implementations to inherit them, but I don't see it happens that way. Am I supposed to pass them explicitly to entire chain?
  • b

    bored-river-53178

    07/17/2020, 9:26 AM
    has anyone already tried https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support/ would be interesting to compare that to pulumi
    i
    • 2
    • 4
  • r

    refined-electrician-29847

    07/17/2020, 11:36 AM
    Do you know if it works for any provider @bored-river-53178
    b
    • 2
    • 3
  • c

    calm-pizza-15027

    07/17/2020, 12:49 PM
    Hey team an idea what this error is about Request "Set IAM Binding for role \"roles/compute.networkUser\" on \"project \\\"c-feature-kb-s\\\"\"" returned error: Error applying IAM policy for project "c-feature-kb-s": Error setting IAM policy for project "c-feature-kb-s": googleapi: Error 400: Policy members must be of the form "<type>:<value>"., badRequest The code....
    export const bigtableRole = gaeApi.members.apply((e)=>{ 
      return new gcp.projects.IAMBinding("IamBindingBigTable",{members:e,role:"roles/bigtable.admin"},{dependsOn:gaeApi})
    })
  • a

    acoustic-hydrogen-87729

    07/17/2020, 4:45 PM
    I am suddenly getting this error when installing a plugin "Moving plugin...error: installing [resource plugin aws-2.13.0] from : moving plugin: rename C:\Users\parag.andleigh\.pulumi\plugins\resource-aws-v2.13.0.tmp357583811 C:\Users\parag.andleigh\.pulumi\plugins\resource-aws-v2.13.0: Access is denied."
  • a

    acoustic-hydrogen-87729

    07/17/2020, 4:47 PM
    it gives an error when renaming the downloaded plugin file... i could not find any help in the docs
  • a

    acoustic-hydrogen-87729

    07/17/2020, 4:51 PM
    https://github.com/pulumi/pulumi/issues/2695 this does not help, not sure why this issue was closed, i see no solution
    f
    w
    b
    • 4
    • 26
  • p

    prehistoric-potato-66531

    07/17/2020, 6:56 PM
    I am running Pulumi up for the first time from my machine, and see this error :
  • p

    prehistoric-potato-66531

    07/17/2020, 6:56 PM
    error: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install? error: failed to load language plugin nodejs: could not read plugin [C:\ProgramData\chocolatey\lib\pulumi\tools\Pulumi\bin\pulumi-language-nodejs.exe] stdout: EOF
  • f

    fresh-pilot-59899

    07/17/2020, 6:59 PM
    @echoing-match-29901 any estimate when the "Support multi-language Pulumi components/libraries" PR will be merged? https://github.com/pulumi/pulumi/pull/3711
  • r

    rich-breakfast-87724

    07/17/2020, 7:51 PM
    Hello everyone, I'm glad to begin my steps with this beautiful framework! I've read several articles, guides and documentations, alongside video tutorials with pulumi and I'm almost ready to put my hands on it. Some things, though, still not so clear, and I've posted a question in SO about it. If someone could help me there I would appreciate a lot. Thank you! How can I bind my existing programs to Pulumi?
Powered by Linen
Title
r

rich-breakfast-87724

07/17/2020, 7:51 PM
Hello everyone, I'm glad to begin my steps with this beautiful framework! I've read several articles, guides and documentations, alongside video tutorials with pulumi and I'm almost ready to put my hands on it. Some things, though, still not so clear, and I've posted a question in SO about it. If someone could help me there I would appreciate a lot. Thank you! How can I bind my existing programs to Pulumi?
View count: 1