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

    orange-tailor-85423

    10/19/2018, 11:31 PM
    move that loop to another module, it runs
  • o

    orange-tailor-85423

    10/19/2018, 11:31 PM
    maybe because that module has some exports and the other one does not?
  • w

    white-balloon-205

    10/19/2018, 11:38 PM
    @orange-tailor-85423 the most likely reason you would see this is if the second file is not getting imported by anything your main entry point imports. You should just be able to add an
    import
    . You may want/need to grab an export from that and use it or export it from your main entry point.
  • o

    orange-tailor-85423

    10/19/2018, 11:52 PM
    ah ok
  • o

    orange-tailor-85423

    10/19/2018, 11:53 PM
    so right now I just logically separated it because I'm trying to keep track of what I've moved over from Terraform
  • o

    orange-tailor-85423

    10/19/2018, 11:54 PM
    how does Pulumi know to start with index.tx as the main entry?
  • o

    orange-tailor-85423

    10/19/2018, 11:54 PM
    .ts
  • o

    orange-tailor-85423

    10/19/2018, 11:54 PM
    or is that canonical to TypeScript
  • o

    orange-tailor-85423

    10/19/2018, 11:56 PM
    for example, this code creates no exports
  • o

    orange-tailor-85423

    10/19/2018, 11:56 PM
    -.ts
  • w

    white-balloon-205

    10/19/2018, 11:56 PM
    That’s canonical Node.js. You can override by setting the
    main:
    setting in your
    Pulumi.yaml
    .
  • o

    orange-tailor-85423

    10/19/2018, 11:56 PM
    however, the file it lives in has other things it exports
  • o

    orange-tailor-85423

    10/19/2018, 11:56 PM
    therefore, when the calling script calls this file.... it will run the loop?
    w
    c
    +2
    • 5
    • 6
  • w

    white-balloon-205

    10/22/2018, 4:04 AM
    We are actively investigating increased rates of login failure for the Pulumi service related to the ongoing GitHub service unavailability[0]. This may prevent you from being able to log in to the Pulumi service, and may prevent some
    pulumi
    CLI operations which depend on validating Pulumi API tokens via GitHub APIs. We are continuing to investigate and apologize for any inconvenience. We will be publishing a post mortem after the incident. [0] https://status.github.com/messages
  • q

    quaint-queen-37896

    10/22/2018, 4:21 AM
    github 😕
  • b

    big-piano-35669

    10/22/2018, 6:32 AM
    A quick update on this: We have partially restored access to the service. The important CLI commands (login, update, etc) will work and a significant portion of the app.pulumi.com will now work (access to certain organization operations may be limited). GitHub remains in a bad state (we are monitoring https://status.github.com/messages for updates) and we expect that as those issues clear, full service will be restored. We'll post an update as soon as that happens. Thank you for the patience and we again apologize for any inconvenience.
  • a

    adamant-restaurant-73893

    10/22/2018, 1:03 PM
    message has been deleted
    👏 2
  • c

    cool-helicopter-70130

    10/22/2018, 1:07 PM
    I love how GitHub is becoming a single-point-of-failure 😕
    b
    • 2
    • 2
  • s

    sparse-insurance-40223

    10/22/2018, 1:54 PM
    14hrs downtime thats cray-cray
    👀 1
  • q

    quick-action-34599

    10/22/2018, 2:41 PM
    Following up on question from last week: would there be any interest in an update to cloud-aws that allows putting services behind a single routing-configurable ALB rather than an LB-per-service as it does now?
    s
    w
    • 3
    • 4
  • b

    brave-angle-33257

    10/22/2018, 5:35 PM
    we can't import something launched via UI into pulumi yet can we?
  • b

    brave-angle-33257

    10/22/2018, 5:35 PM
    ala
    terraform import
    ?
    m
    s
    • 3
    • 11
  • v

    victorious-yak-54900

    10/22/2018, 5:38 PM
    is there any way to find out stack trace of
    Script dependencies resolution failed
    ? cli gradle run is ok
    ☝️ 1
    e
    • 2
    • 2
  • o

    orange-tailor-85423

    10/22/2018, 5:46 PM
    before I dive into RBAC for K8s - are we still basically applying in-line YAML? Or is there a different abstraction in Pulumi?
    c
    • 2
    • 4
  • o

    orange-tailor-85423

    10/22/2018, 5:52 PM
    Struggling a bit with something that seems pretty simple in TF - building a service account then calling the ID of that account. I think I'm miissing something simple but could use some review
    c
    • 2
    • 41
  • o

    orange-tailor-85423

    10/22/2018, 5:52 PM
    Create service account:
  • o

    orange-tailor-85423

    10/22/2018, 5:53 PM
    -.ts
  • o

    orange-tailor-85423

    10/22/2018, 5:53 PM
    Now trying to create service account IAM member:
  • o

    orange-tailor-85423

    10/22/2018, 5:54 PM
    -.cpp
  • o

    orange-tailor-85423

    10/22/2018, 5:54 PM
    Can't for the life of me figure out how to populate that serviceAccountId attribute from the created SA. It's easy in TF:
Powered by Linen
Title
o

orange-tailor-85423

10/22/2018, 5:54 PM
Can't for the life of me figure out how to populate that serviceAccountId attribute from the created SA. It's easy in TF:
View count: 1