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

    careful-engine-71229

    08/12/2020, 10:11 PM
    Does anyone know if this is a strictly typescript issue?
  • c

    careful-engine-71229

    08/12/2020, 10:16 PM
    Update. seems like an issue on the architecture of the library. Doing
    new aws.cloudwatch.LogGroup()
    works, while importing the object and instantiating with
    new LogGroup()
    breaks it.
    b
    w
    • 3
    • 2
  • b

    best-lifeguard-91445

    08/13/2020, 1:44 AM
    How do you create an autoscaling group for EC2 and associate the instances to a load balancer target group (typescript / node)?
    l
    • 2
    • 4
  • m

    millions-dog-5491

    08/13/2020, 7:55 AM
    Hi. Looking for suggestions to how I can import a (AzureAD) ApplicationPassword resource when I only have the (Pulumi) name of the resource, and not the ApplicationPassword.KeyId? Writing C#. Thank you.
  • s

    salmon-wolf-93053

    08/13/2020, 9:04 AM
    Hi All, first post, be gentle. I've plenty of scripting experience, but completely new to Infrastructure as Code (Basic ARM experience , no terraform experience). I'm focusing on Azure + c#. Followed the getting started tutorials and feel like a hero, i have no idea how to start expanding that learning, any suggestion were to look next? For example if i want to deploy an Azure Availability Set for my VM's, where would i find the API/commands for that? Or for any Azure resources? Cheers
  • a

    average-receptionist-65239

    08/13/2020, 9:21 AM
    What does
    C_IDENTIFIER
    refer to in the Kubernetes documentation? e.g. https://www.pulumi.com/docs/reference/pkg/kubernetes/apps/v1/deployment/#envvar
  • a

    able-rose-67471

    08/13/2020, 12:30 PM
    Hi guys! I'm fairly new to Azure and IaC in general. I could really use some guidance with an issue I'm having with C# and Azure. I'm trying to create a
    Frontdoor
    resource. I've recently learned that the
    FrontdoorFrontendEndpoint.HostName
    must be a hostname where the subdomain matches that of the the
    Frontdoor.Name
    property - an AzureRM quirk I believe. Since I am reliant on Pulumi's auto-assigned physical names, I don't seem to have that value available to me to assign to the
    Frontdoor.Name
    property which is deep in the
    args
    configuration object. Has anyone experienced this before and managed to work around it, or have any advice on how better to approach these issues? Thanks in advanced!
    w
    • 2
    • 2
  • n

    narrow-jackal-57645

    08/13/2020, 2:57 PM
    Q: What is the best way to debug when a resource failed to create? In my case, I got following error when trying to orchestrate a
    gcp.container.NodePool
    :
    gcp:container:NodePool (totoro-demo_node_pool):
    error: 1 error occurred:
        * creating urn:pulumi:dev::gke-totoro-demo::gcp:container/nodePool:NodePool::totoro-demo_node_pool: error creating NodePool: googleapi: got HTTP response code 404 with body: <!DOCTYPE html>
    <html lang=en>
        <meta charset=utf-8>
        <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
        <title>Error 404 (Not Found)!!1</title>
        <style>
        *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
        </style>
        <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
        <p><b>404.</b> <ins>That's an error.</ins>
        <p>The requested URL <code>/v1beta1/projects/totoro-dev/locations/australia-southeast1/clusters/projects/totoro-dev/locations/australia-southeast1/clusters/totoro-demo/nodePools?alt=json&prettyPrint=false</code> was not found on this server.  <ins>That's all we know.</ins>
    In my case I could confirm that my
    totoro-demo
    K8S cluster (which is orchestrated with gcp.container.Cluster) has been created successfully. I am a bit puzzled with the error message. Many thanks in advance
    w
    • 2
    • 5
  • i

    incalculable-dream-27508

    08/13/2020, 3:16 PM
    Any idea whether it's possible to pass the UUID of the machine in
    user_data
    as it's getting created? Which would mean getting it somehow at that stage... (if it matters: python, OpenStack)
    g
    • 2
    • 8
  • c

    calm-greece-42329

    08/13/2020, 4:18 PM
    i know backend urls can be set in the Pulumi.yaml, but can they also be set somehow in the stack config? i want to use different backends for different stacks. or if there is a command line parameter to override it, i could also do that
  • b

    bitter-application-91815

    08/13/2020, 4:35 PM
    Hi guys, looking to create pulumi stack with functions that get triggered from an sqs queue in go. Are there any examples of that around ? I have managed to create the queue, and the function independently, I have seen js examples of how you use the eventsource mapping but it ain't so clear in go, and i can't find any examples
  • s

    shy-helmet-71712

    08/13/2020, 5:14 PM
    Hi, I’m frustrated with Ansible and looking for alternatives. I have a moderately complex use case (https://github.com/epfl-si/wp-ops/tree/master/ansible), I know Ansible inside out (wrote both modules in https://galaxy.ansible.com/epfl_si)
  • b

    bitter-application-91815

    08/13/2020, 5:14 PM
    Also going by the go lambda api (pulumi) there doesn't seem to be a way to delete things
    • 1
    • 1
  • s

    shy-helmet-71712

    08/13/2020, 5:15 PM
    I went through some tutorials, and I’m now looking for architecture documents and roadmaps etc. to understand what it takes to develop an extension, what exists in terms of pointy-hair-friendly GUIs etc.
    b
    i
    • 3
    • 50
  • b

    bitter-application-91815

    08/13/2020, 5:34 PM
    I deleted a resource on the aws console, which seem to have corrupted a project, can't find any way to delete the resource from pulumi console
  • b

    bitter-application-91815

    08/13/2020, 5:34 PM
    is there any way
  • b

    bitter-application-91815

    08/13/2020, 5:35 PM
    everytime i run pulumi up, it does it's thing but complains about not being able to delete a certain resource that i deleted manually
  • b

    bitter-application-91815

    08/13/2020, 5:35 PM
    should i just recreate the project ?
    b
    a
    • 3
    • 14
  • a

    astonishing-quill-88807

    08/13/2020, 7:20 PM
    I want to check my understanding quickly. I want to register an EC2 instance that I am launching using Pulumi with my SaltStack master server to provision a minion key, and populate it on the instance that I am launching using cloud-init. From what I've been able to gather, this would be a use case for a dynamic provisioner. Is there a different approach that I should be considering?
    b
    i
    • 3
    • 8
  • w

    wet-egg-6347

    08/13/2020, 7:29 PM
    quick question about pulumi + kustomize i'm generating some passwords via
    pulumi/random
    i then use
    apply
    to write the passwords into a local file (within the kustomize folder). this generates another output (let's call it
    fileOutput
    ) then i need to register the kustomize
    Directory
    ... and this is where it gets tricky my first thought was that i should use the
    pulumi.DependsOn
    option. however DependsOn only accepts resources, and won't accept
    fileOutput
    any tips?
    g
    • 2
    • 4
  • b

    bitter-application-91815

    08/13/2020, 7:32 PM
    sorry guys how do i fetch the string from a stringOutput type in go
  • b

    bitter-application-91815

    08/13/2020, 7:32 PM
    I get that its' supposed to work as a type of promise, I just need the string ...
  • b

    bitter-application-91815

    08/13/2020, 7:34 PM
    it's in go ...
  • b

    bitter-application-91815

    08/13/2020, 7:42 PM
    sorry found an example I hope.
  • g

    gentle-hairdresser-12775

    08/13/2020, 8:06 PM
    Is there any documentation in regards to creating and utilizing your own templates which are not on github.com?
    b
    • 2
    • 5
  • i

    incalculable-dream-27508

    08/13/2020, 8:23 PM
    I saw mentions of "dynamic provisioner", but I'm failing to find any description what it is - any links please?
  • a

    astonishing-quill-88807

    08/13/2020, 8:26 PM
    @incalculable-dream-27508 https://www.pulumi.com/docs/intro/concepts/programming-model/#dynamicproviders
  • i

    incalculable-dream-27508

    08/13/2020, 8:26 PM
    thank you
  • i

    incalculable-dream-27508

    08/13/2020, 8:26 PM
    Ah, dynamic provider, not provisioner
  • g

    gentle-hairdresser-12775

    08/13/2020, 8:33 PM
    I also found this blog on Providers which had a section on provisioners https://www.pulumi.com/blog/dynamic-providers/
Powered by Linen
Title
g

gentle-hairdresser-12775

08/13/2020, 8:33 PM
I also found this blog on Providers which had a section on provisioners https://www.pulumi.com/blog/dynamic-providers/
View count: 1