https://pulumi.com logo
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
  • g

    gorgeous-minister-41131

    06/10/2021, 1:56 AM
    as it stands today, you have to do that out of band, and inject all the stuff into the stack you want the config pulled out of, which is.. not ideal.
  • g

    gorgeous-minister-41131

    06/10/2021, 1:57 AM
    it’s like..
    pulumi.Config()
    got almost there, … but the separate Bags are still stored in the same stack file 😛
  • f

    few-knife-71421

    06/10/2021, 4:07 AM
    Sorry, I'm new to Pulumi. Is it possible to attach eks node group to the alb listener target? Since we want to create an alb by ourself instead of using the loadbalancer service type in the k8s.
    😢 1
  • h

    handsome-accountant-55124

    06/10/2021, 5:12 AM
    Noob question here, but do EU-located companies have to sign a data processing agreement with Pulumi to use the service? I.e. will Pulumi do any data processing on our behalf or get access to our environments in say GCP? Or is it only the CI/CD that access Pulumi as a state persistence layer and all secrets are encrypted with KMS?
  • l

    lively-breakfast-59078

    06/10/2021, 10:32 AM
    Hi everyone! Having a bit of trouble with the AWS provider, attempting to provision an S3 bucket. I've got the preview failing consistently across my local env (Pulumi 3.4.0, on an M1 Macbook) and Github Actions running on
    ubuntu-latest
    . Has anyone else come across this?
    error: Running program '/Users/okal/workspaces/<redacted>/source/<redacted>/infra' failed with an unhandled exception:
        TypeError: Class extends value undefined is not a constructor or null
            at Object.<anonymous> (/Users/<redacted>/source/<redacted>d/infra/node_modules/@pulumi/cloudwatch/eventRuleMixins.ts:70:56)
            at Module._compile (node:internal/modules/cjs/loader:1108:14)
            at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
            at Module.load (node:internal/modules/cjs/loader:988:32)
            at Function.Module._load (node:internal/modules/cjs/loader:828:14)
            at Module.require (node:internal/modules/cjs/loader:1012:19)
            at require (node:internal/modules/cjs/helpers:93:18)
            at Object.<anonymous> (/Users/<redacted>/source/<redacted>/infra/node_modules/@pulumi/cloudwatch/cloudwatchMixins.ts:16:1)
            at Module._compile (node:internal/modules/cjs/loader:1108:14)
            at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
    r
    • 2
    • 2
  • m

    melodic-car-16900

    06/10/2021, 10:58 AM
    Hey, I’m trying to use Pulumi to build and run docker containers locally. When I call pulumi destroy however, the running containers aren’t killed - do I have to kill them myself…?
    b
    • 2
    • 12
  • s

    salmon-guitar-84472

    06/10/2021, 1:13 PM
    Hi guys, I have to change a database resource from
    Azure.Sql.SqlServer
    to
    Azure.MSSql.Server
    so I can set the
    MinimumTlsVersion = "1.2"
  • s

    salmon-guitar-84472

    06/10/2021, 1:14 PM
    is there an easier way than destroying the whole thing ? I tried to import the old one into MSSQL but Missing required property 'administratorLoginPassword'.
    • 1
    • 1
  • s

    salmon-guitar-84472

    06/10/2021, 1:15 PM
    it also obviously try's to delete the Azure.Sql.SqlServer
  • i

    icy-jordan-58549

    06/10/2021, 2:18 PM
    not sure, but I think this more related to pulumi/pulumi package instead of #kubernetes. Can someone help me? Thanks
    b
    l
    • 3
    • 9
  • b

    bored-continent-69206

    06/10/2021, 2:38 PM
    Hello everybody. I come from an far away slack channel where a cms provider uses pulumi for their iac 🙂 those guys made an upgrade and now I'm stuck with a kind of pulumi like error where my stack can not be found by the cli. I am in contact with the cms devs but wanted to ask about my issue here as well. The error I get ist
    info: Environment provided - selecting dev Pulumi stack.
    error: Project application api (dev environment) does not exist.
    I have all the state files in the right path. Can anybody tell me what I might be missing that could lead to this behaviour? thanks for any hints in advance 🙂 Edit: I try to run the refresh command, but it doesn't matter. With every option it will say the stack does not exist.
    b
    • 2
    • 16
  • f

    full-artist-27215

    06/10/2021, 2:47 PM
    I'm trying to build a Pulumi provider for Nomad. I've been following along with the instructions at https://github.com/pulumi/pulumi-tf-provider-boilerplate and have gotten to the
    make build_sdks
    step, but it's failing with the following:
    no required module provides package <http://github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad;|github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad;> to add it:
            go get <http://github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad|github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad>
    That obviously doesn't exist... any pointers? Thanks in advance 🙇
    b
    b
    • 3
    • 16
  • e

    early-minister-86776

    06/10/2021, 6:39 PM
    Hi Team, Hope you all are doin fine. We are using Pulumi to create an EKS Cluster. As part of that we created a postgreSQL cluster, which has the password as a secret. We want to set up Druid in the cluster, which has to use this password. Wondering how I can pass with value to druid. We have gone through few docs, but not clear exactly how to achieve this.
    b
    t
    • 3
    • 4
  • s

    straight-tailor-56799

    06/11/2021, 7:44 AM
    Hi Team, Can someone help with any example of how to use on_event in pulumi up, I am using pulumi auto python package…
    up_res = stack.up(on_output=print)
    actually logs the output in standard out, I want to return this response back to the UI as stream and not sure how i can do that. any help ?
  • d

    damp-tiger-87899

    06/11/2021, 12:06 PM
    Example code for a very basic ML platform based on Pulumi, MLFlow, DVC and more! https://github.com/aporia-ai/mlplatform-workshop
    b
    • 2
    • 1
  • t

    tall-beard-99429

    06/11/2021, 1:19 PM
    I'm trying to move my stack from 1 project to another to simply the setup, but when I try to do a previiew now iit wants to delete and create all of the resources, how do i fix this?
    b
    b
    • 3
    • 7
  • f

    future-mouse-80057

    06/12/2021, 9:33 PM
    Hello everyone i'm testing the sample code for docker and both csharp and nodejs doesn't work, the stack runs, the container is created, but there's a error: "error: Container 'sha256' exited after creation, error was:". I've tried container command too, but they are never found, anyone already got this?
  • b

    bored-activity-40468

    06/12/2021, 10:40 PM
    Is there a way to mimic the functionality of the Stack that sets the parent of any created resources to the Stack, in a ComponentResource or do most just set the Resources parent to self or this, depending on the language used?
    b
    • 2
    • 2
  • a

    acoustic-kitchen-3641

    06/13/2021, 10:12 AM
    Hello, Does pulumi support MongoDB Realm?
  • w

    white-action-27798

    06/13/2021, 10:38 AM
    Hi, Where I can find the pulumi state file ? Can I download it to my local PC ?
    b
    • 2
    • 3
  • m

    many-helicopter-89037

    06/13/2021, 9:35 PM
    I'm trying to connect multiple projects' stack using
    StackReference
    . Projects are using different KMS keys for themselves. However it looks like if Project B wants to access Project A's outputs, Project B also needs to have access to Project A's KMS keys and its own KMS. My question is do people use just single KMS key for multiple projects in this case or just keep granting KMS access to other projects?
  • w

    wet-sunset-4939

    06/14/2021, 10:35 AM
    Hi All, I have a resource, When running pulumi up it shows the resource need to be updated however, the details show no changes. How could I ignore the resource form update?
    b
    l
    • 3
    • 3
  • g

    gorgeous-country-43026

    06/14/2021, 10:47 AM
    Hi, there must be a simple way to do this but find it by googling: how could I delete a specific resource? With this I mean that it would delete the actual cloud resource plus update the state but wouldn't touch other resources?
    b
    • 2
    • 5
  • a

    ancient-night-64850

    06/14/2021, 11:42 AM
    Does anyone have any links for setting up app service scaling? I can only find vm scale sets on the Pulumi site
    p
    • 2
    • 3
  • p

    purple-lawyer-35555

    06/14/2021, 12:14 PM
    hi guys! any way to tell pulumi inline-programs where the pulumi binary is located?
    ✅ 1
    b
    • 2
    • 4
  • h

    high-holiday-11711

    06/14/2021, 1:38 PM
    Hi not sure if this is the right channel asking questions pulumi up suddenly started to hang, and eventually I got this message: error: Unable to list provider registration status, it is possible that this is due to invalid credentials or the service principal does not have permission to use the Resource Manager API, Azure error: resources.ProvidersClient#List: Failure sending request: StatusCode=0 -- Original Error: Get "https://management.azure.com/subscriptions/84fdb3a4-4eb8-40f6-b4be-1888d4dc0333/providers?api-version=2016-02-01": dial tcp: lookup management.azure.com on 127.0.0.1:53: read udp 127.0.0.1:0-&gt;127.0.0.1:53: i/o timeout Any ideas how to fix it?
  • h

    high-holiday-11711

    06/14/2021, 1:53 PM
    I was trying to deploy to Azure. Meanwhile it only happens with pulumi_azure, but there's no issue with pulumi_azure_native. On that note, what's the roadmap between the two? is there a preference going forward?
    c
    • 2
    • 2
  • r

    red-football-97286

    06/14/2021, 3:02 PM
    How do you all structure your folders when using Go and Pulumi? I want to have a clean approach. Thanks.
  • i

    incalculable-printer-98305

    06/15/2021, 3:40 AM
    Hi, one quick question regarding licensing. We are a product startup, can we use pulumi inside our product for spinning up infrastructure? If yes, what measures should we take while using these services?
    b
    • 2
    • 3
  • l

    lively-breakfast-59078

    06/15/2021, 9:06 AM
    Hey, good people. I noticed something strange today. I updated the "aliases" argument for a CloudFront distribution resource, adding a CNAME value. It shows up in the diff when I run preview, simply as
    [+aliases]
    , but doesn't seem to trigger an update to the actual distribution when
    pulumi up
    is executed. The output says all the resources are unchanged. I had to go in and edit the alias values by hand to match what I have in the config. Maybe this belongs on Github instead?
    b
    • 2
    • 1
Powered by Linen
Title
l

lively-breakfast-59078

06/15/2021, 9:06 AM
Hey, good people. I noticed something strange today. I updated the "aliases" argument for a CloudFront distribution resource, adding a CNAME value. It shows up in the diff when I run preview, simply as
[+aliases]
, but doesn't seem to trigger an update to the actual distribution when
pulumi up
is executed. The output says all the resources are unchanged. I had to go in and edit the alias values by hand to match what I have in the config. Maybe this belongs on Github instead?
b

billowy-army-68599

06/15/2021, 9:10 AM
yeah a github issue would be great! with some code repro would be great! it might be a bug in the upstream provider or something our end. will look into it though!
👍 1
View count: 1