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

    blue-answer-29496

    06/20/2018, 4:38 PM
    But I guess that depends on wether you start building some actual logic into your scripts or not.
  • w

    white-balloon-205

    06/20/2018, 4:39 PM
    and kind of sucks adding the extra compile step before running.
    We are considering making this simpler with https://github.com/pulumi/pulumi/issues/958. Feel free to weigh in there.
  • b

    blue-answer-29496

    06/20/2018, 4:39 PM
    voted 🙂
  • w

    white-balloon-205

    06/20/2018, 4:40 PM
    It’s my understanding that vscode would still output the exact same errors for .js files because it knows all the type information from the referenced packages and those types would flow through my script.
    By default, vscode won't report errors for type violations in .js files. I believe it may honor
    // @ts-check
    if you opt in to use that - but I haven't tried that out myself.
  • b

    blue-answer-29496

    06/20/2018, 4:41 PM
    Ok, thank you. 🙂 What time are you doing your twitch stream today?
  • w

    white-balloon-205

    06/20/2018, 4:41 PM
    We'll start at 11AM PDT (speaking of which, I should make sure the demos I was going to do actually work - I'll jump off of Slack for a bit :-)
    👍 1
  • c

    chilly-crayon-57653

    06/20/2018, 4:42 PM
    I'm about to make sure Luke's makeup is OK, however, before I do so, here's the link for your convenience

    https://www.youtube.com/watch?v=Mt7Sr4_5TBk▾

  • b

    blue-answer-29496

    06/20/2018, 4:42 PM
    Ahh ok, I was thinking it was on twitch.
  • b

    blue-answer-29496

    06/20/2018, 4:43 PM
    thanks for the link
  • i

    important-jackal-88836

    06/20/2018, 4:51 PM
    are there docs/resources for importing terraform infra to transfer management to Pulumi?
  • i

    important-jackal-88836

    06/20/2018, 4:59 PM
    There'd have to be some way of converting a terraform state to a Pulumi export I guess.
  • s

    stocky-spoon-28903

    06/20/2018, 5:01 PM
    @important-jackal-88836 A state -> checkpoint converter would be super useful, but I imagine (like with CF -> Terraform) writing the code to match the resources will be the harder part
    b
    m
    • 3
    • 5
  • i

    important-jackal-88836

    06/20/2018, 5:12 PM
    would importing a hand-written stack be the way to import existing cloud resources in general?
  • b

    brief-manchester-79554

    06/20/2018, 5:15 PM
    Has anyone tried to use Go with Pulumi? I am having some (likely PEBKAC-y) issues.
  • s

    stocky-spoon-28903

    06/20/2018, 5:16 PM
    @brief-manchester-79554 I was about to give it a shot. What issues are you hitting?
  • i

    incalculable-sundown-82514

    06/20/2018, 5:17 PM
    @brief-manchester-79554 You’d probably be one of the first, our Go support is brand-new
  • i

    incalculable-sundown-82514

    06/20/2018, 5:17 PM
    and it’s probably not PEBKAC 😄
  • b

    brief-manchester-79554

    06/20/2018, 5:17 PM
    So. 1. The binary has to be in your PATH to use
    preview
    which is kinda a pain. 2. I can't seem to figure out how to install the AWS plugin, meaning,
    pulumi plugin ls
    shows no plugins.
  • b

    brief-manchester-79554

    06/20/2018, 5:17 PM
    Binary == my binary, not pulumi's binary
  • b

    brief-manchester-79554

    06/20/2018, 5:18 PM
    For 1, it'd be nice to pass a file name like
    -f ./make_me_stack
    or whatevs.
  • i

    incalculable-sundown-82514

    06/20/2018, 5:19 PM
    Ah, yeah, 2 is unfortunate… we rely on package managers to do this on package install, but that doesn’t work so well for Go.
  • i

    incalculable-sundown-82514

    06/20/2018, 5:19 PM
    I’ll make an issue for 1, thanks for pointing that out!
  • b

    brief-manchester-79554

    06/20/2018, 5:19 PM
    Anyway I can hack a quick fix for 2?
  • s

    stocky-spoon-28903

    06/20/2018, 5:20 PM
    For 1 it might be enough to add
    .
    to the search path for the common case, but likely needs to be overridable too in case people are putting their executables in
    cmd/x/whatever
  • b

    brief-manchester-79554

    06/20/2018, 5:21 PM
    Yeah, I did that for now.
  • i

    incalculable-sundown-82514

    06/20/2018, 5:21 PM
    @brief-manchester-79554
    pulumi plugin install resource aws 0.14
    should work for that
  • b

    brief-manchester-79554

    06/20/2018, 5:22 PM
    Yay! That worked!
  • b

    brief-manchester-79554

    06/20/2018, 5:22 PM
    Gracias!
  • i

    incalculable-sundown-82514

    06/20/2018, 5:22 PM
    yay! I’ll make a bug for that too. At minimum we need better docs on that
  • s

    stocky-spoon-28903

    06/20/2018, 5:36 PM
    Is there a way to force drift detection to run?
Powered by Linen
Title
s

stocky-spoon-28903

06/20/2018, 5:36 PM
Is there a way to force drift detection to run?
View count: 1