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
workshops
  • f

    famous-bear-66383

    03/30/2020, 11:04 AM
    This is maybe Typescript related question but it’ll be great if I get at a clarification on it. This a sample
    tsconfig.json
    with one index.ts containing resource definitions.
    {
      "compilerOptions": {
        "strict": true,
        "outDir": "bin",
        "target": "es2016",
        "module": "commonjs",
        "moduleResolution": "node",
        "sourceMap": true,
        "experimentalDecorators": true,
        "pretty": true,
        "noFallthroughCasesInSwitch": true,
        "noImplicitReturns": true,
        "forceConsistentCasingInFileNames": true
      },
      "files": [
        "index.ts"
      ]
    }
    Say if I want to split the resources in
    index.ts
    into several files. like
    service1.ts
    service2.ts
    and so on .
    {
      "compilerOptions": {
        "strict": true,
        "outDir": "bin",
        "target": "es2016",
        "module": "commonjs",
        "moduleResolution": "node",
        "sourceMap": true,
        "experimentalDecorators": true,
        "pretty": true,
        "noFallthroughCasesInSwitch": true,
        "noImplicitReturns": true,
        "forceConsistentCasingInFileNames": true
      },
      "files": [
        "service1.ts",
        "service2.ts"
      ]
    }
    Currently pulumi complains about this seperation, I’ll look for
    index.ts
    and fails if it’s not found. Thanks 😊
    t
    • 2
    • 1
  • a

    acceptable-stone-35112

    03/30/2020, 11:08 AM
    are you sharing your screen?
  • a

    acceptable-stone-35112

    03/30/2020, 11:13 AM
    yep
  • a

    acceptable-stone-35112

    03/30/2020, 11:18 AM
    are you going to cover CrossGuard as well?
  • a

    astonishing-tiger-81216

    03/30/2020, 11:24 AM
    When you run a
    pulumi stack config set whatever:value
    Where is the value stored and how do you get to it? I typically Store this in the stack yamls i.e. Pulumi.dev.yaml
    config:
      whatever: value
    t
    • 2
    • 4
  • a

    astonishing-tiger-81216

    03/30/2020, 11:25 AM
    @tall-librarian-49374 ☝️
  • a

    ancient-artist-24300

    04/08/2020, 10:58 AM
    A follow up on today's eks workshop: is it possible to separate the output of pulumi up into different log levels for stdout/stderr and e.g file. This https://github.com/ansible/ansible/issues/38786 describes the use case. Or can one change the verbosity level within https://www.pulumi.com/docs/reference/cli/pulumi_logs/ already now?
  • b

    breezy-hamburger-69619

    04/10/2020, 12:36 AM
    Learn about our upcoming webinars and sign up by checking out: https://www.pulumi.com/webinars/
  • g

    green-morning-1318

    04/10/2020, 1:53 AM
    Awesome workshop πŸ™‚ πŸ™Œ
    πŸŽ‰ 1
  • s

    straight-ambulance-41107

    04/10/2020, 1:58 AM
    @white-balloon-205 had to cut out of the workshop a little early, unexpectedly, cause my dog started whining at the front door. But thank you so much for the awesome workshop! I look forward to next week!
  • w

    white-balloon-205

    04/10/2020, 2:00 AM
    Thanks all for joining - and look forward to seeing everyone again for part 2 next week!
    πŸ™Œ 1
  • b

    breezy-hamburger-69619

    04/16/2020, 6:16 PM
    The current deployment lab for k8s cluster can be found at: https://github.com/pulumi/infrastructure-as-code-workshop/tree/master/labs/aws/typescript/lab-04
  • f

    future-barista-68134

    06/02/2020, 2:19 PM
    Testing
  • w

    white-balloon-205

    07/08/2020, 8:53 PM
    We'll be starting an Azure Infrastructure as Code workshop at 2:30PM PT. We'll take questions and discussion related to the workshop in this channel. https://www.pulumi.com/webinars/azure-infrastructure-as-code-workshop-2020-07-08/
  • j

    jolly-noon-71678

    09/04/2020, 12:32 AM
    πŸ™‹ Roll call! Who else is here?
    πŸ‘‹ 5
  • n

    nice-grass-53151

    11/16/2020, 4:54 PM
    Hi all to #workshops
  • r

    rich-television-43773

    12/04/2020, 8:04 AM
    Question - can those materials - https://pulumi.awsworkshop.io/ be used for internal workshops ? Trying to sell pulumi to internal teams takes some effort and they are so great it would be shame not the spread them : )
  • t

    tall-librarian-49374

    12/04/2020, 8:21 AM
    Yes, definitely!
    ❀️ 1
  • b

    billowy-army-68599

    12/04/2020, 4:25 PM
    @rich-television-43773 I’m also happy to put together short workshops for your org if you think that would be of benefit!
    r
    • 2
    • 3
  • s

    silly-queen-76790

    01/26/2021, 5:03 PM
    hei πŸ™‚
  • s

    silly-queen-76790

    02/24/2021, 6:54 PM
    Great worshop today πŸ™‚ pulumi cloud9 aws
  • s

    silly-queen-76790

    02/24/2021, 6:59 PM
  • b

    billowy-army-68599

    02/24/2021, 7:11 PM
    hey, glad you enjoyed it!
    πŸ™Œ 1
    πŸ§‘β€πŸ’» 1
  • l

    loud-helicopter-75345

    02/25/2021, 2:14 PM
    Looking at part two of the workshop: https://pulumi.awsworkshop.io/50_eks_platform/30_deploy_ingress_controller/10_create_iam_role.html#step-2-mdash-define-your-iam-role I'm not clear on the purpose of
    all
    and
    apply
    over simple string interpolation of the already fetched values.
  • b

    billowy-army-68599

    02/25/2021, 6:09 PM
    hey @loud-helicopter-75345 - we have some documentation here: https://www.pulumi.com/docs/intro/concepts/inputs-outputs/
    ❀️ 1
  • b

    billowy-army-68599

    02/25/2021, 6:09 PM
    the reason you can't interpolate them is because they are not known values until the upstream API has returned them
    l
    • 2
    • 1
  • b

    brave-planet-10645

    08/11/2021, 10:07 AM
    Hi folks, in about an hour we're going to be running a webinar on Azure Infrastructure as Software with TypeScript, hosted by Matt Stratton, one of our Developer Advocates. You can join for free here:Β https://www.bigmarker.com/pulumi/Azure-Infrastructure-as-Software-with-TypeScript-db14f093eacf656ef6cdd7fc
  • c

    cuddly-lion-92829

    08/11/2021, 4:13 PM
    thanks @brave-planet-10645 I heard it was fun and informative - we have more! another one for north america is scheduled tomorrow. Take a look at our entire schedule for Aug - September posted soon! https://www.pulumi.com/resources/#upcoming
  • m

    magnificent-boots-19230

    08/12/2021, 4:50 PM
    Hi y'all, if you have any questions about today's Introduction to Pulumi with Azure Natice workshop we're here ready to respond
    πŸ‘ 1
  • c

    cuddly-lion-92829

    08/24/2021, 9:59 PM
    Workshop alert πŸ“£ fit for the APJ timezone - Join us - https://www.pulumi.com/resources/getting-started-with-automation-api/?date=2021/08/25 11am Sydney - Join us!
Powered by Linen
Title
c

cuddly-lion-92829

08/24/2021, 9:59 PM
Workshop alert πŸ“£ fit for the APJ timezone - Join us - https://www.pulumi.com/resources/getting-started-with-automation-api/?date=2021/08/25 11am Sydney - Join us!
View count: 1