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
contribute
  • h

    helpful-vegetable-35581

    09/23/2018, 9:42 PM
    C# code for the above update
    C__pulumi.cs
  • h

    helpful-vegetable-35581

    09/23/2018, 9:43 PM
    I'll spend a bit more on it, few things I might swap around in terms of how I'm handling resources but I'll try and put a PR together in the next week or so.
    👍 1
  • w

    white-balloon-205

    09/23/2018, 10:38 PM
    Awesome! Definitely looking forward to the PR. I’m sure @bitter-oil-46081 will love to take a look too!
  • w

    white-oxygen-65730

    09/24/2018, 2:17 PM
    @big-piano-35669 I’d like to have a provider for GitHub (managing repos, members of teams, repo permissions of teams, etc.)
  • w

    white-oxygen-65730

    09/24/2018, 2:18 PM
    Such a provider does already exist for Terraform, but since it isn’t well built (it has several bugs) I’m inclined to just write a Pulumi provider from scratch and abandon the existing Terraform provider.
  • b

    big-piano-35669

    09/24/2018, 5:08 PM
    @microscopic-pilot-97530 had worked on a GitHub provider a while back, I think we have a private repo for this. I think it may have bitrotted a little, but still probably easier than starting from scratch. Let me circle with Justin and at the very least invite you to the repo (if not just make it public).
  • b

    big-piano-35669

    09/24/2018, 5:40 PM
    Ahh, his is based on TF, and in fact one of the reasons we never published it is because of the very bugs you note, @white-oxygen-65730. I'll ask him to jump in here.
    m
    • 2
    • 3
  • h

    helpful-vegetable-35581

    09/24/2018, 9:04 PM
    C# with stack outputs. As simple as
    Runtime.Export("test_id", instance.Id)
    🎉 6
  • a

    adventurous-jordan-10043

    09/25/2018, 3:10 PM
    what’s the fastest way to build a local version of
    @pulumi/pulumi
    ?
    s
    w
    • 3
    • 8
  • a

    adventurous-jordan-10043

    09/26/2018, 9:01 AM
    I made the PR to
    pulumi-iopipe
    https://github.com/pulumi/pulumi-iopipe/pull/2
  • a

    adventurous-jordan-10043

    09/26/2018, 9:01 AM
    I also made
    pulumi-epsagon
    , and I want to publish it in the pulumi github org. I have some related questions, if someone from the team can devote me some time.
    w
    • 2
    • 8
  • q

    quiet-wolf-18467

    09/27/2018, 2:04 PM
    Is anyone aware of a GitLab provider? 😄
  • c

    creamy-potato-29402

    09/27/2018, 4:12 PM
    There is not one yet but people want one
  • w

    white-balloon-205

    09/27/2018, 4:15 PM
    @quiet-wolf-18467 just to check - are you looking for a resource provider (
    new gitlab.Label
    ) or for ability to login to service with GitLab credentials? I’m assuming the former?
  • s

    stocky-spoon-28903

    09/27/2018, 4:18 PM
    https://github.com/terraform-providers/terraform-provider-gitlab exists which could be wrapped I guess, the issues are primarily feature requests rather than bugs, but I don’t know if that is through lack of use vs correctness
  • q

    quiet-wolf-18467

    09/27/2018, 4:27 PM
    @white-balloon-205 The former. Create / Update project names, descriptions, etc.
  • q

    quiet-wolf-18467

    09/27/2018, 4:27 PM
    @stocky-spoon-28903 I've been using that Terraform provider for a while and it's a painful experience 🙂
  • s

    stocky-spoon-28903

    09/27/2018, 4:27 PM
    Ah - what are the issues with it?
  • a

    adventurous-jordan-10043

    09/27/2018, 9:37 PM
    package publishing is usually run in CI ?
  • a

    adventurous-jordan-10043

    09/27/2018, 9:37 PM
    or manually
  • s

    stocky-spoon-28903

    09/27/2018, 10:03 PM
    I believe every build from master pushes a dev package
  • a

    adventurous-jordan-10043

    09/27/2018, 10:08 PM
    and for true releases ?
  • w

    white-balloon-205

    09/28/2018, 12:49 AM
    Those are also from CI, but in
    release/0.15
    style branches with tags that drive versions.
  • h

    helpful-vegetable-35581

    09/30/2018, 12:36 PM
    Just opened https://github.com/pulumi/pulumi/pull/2003 and https://github.com/pulumi/pulumi-terraform/pull/261. Very experimental first pass dotnet language support. For sure lots of rough edges and I'm sure I haven't covered everything but I can do simple updates with it.
  • h

    helpful-vegetable-35581

    09/30/2018, 12:36 PM
    Wanted input before smoothing it out to make sure it's not totally off in the wrong design
  • r

    rough-oil-1458

    10/14/2018, 11:50 AM
    Would it be easy to port these https://github.com/hashicorp/terraform/tree/master/backend, to pulumi?
  • r

    rough-oil-1458

    10/14/2018, 11:56 AM
    Or are we trying to do the behaviour where you log into your state with pulumi login --consul ${CONSUL_HTTP_ADDR}
  • s

    stocky-spoon-28903

    10/14/2018, 12:55 PM
    In principle it’s possible to implement the checkpoint store on other platforms, but I’m not sure any exist except local file and the service
  • q

    quiet-wolf-18467

    10/16/2018, 9:10 AM
    Is anyone working on a Grafana provider?
    s
    c
    • 3
    • 23
  • r

    rough-oil-1458

    10/17/2018, 12:49 PM
    @stocky-spoon-28903 I was wondering if that is going to be the desired way to store state, or will it make more sense to have a code block define it etc
Powered by Linen
Title
r

rough-oil-1458

10/17/2018, 12:49 PM
@stocky-spoon-28903 I was wondering if that is going to be the desired way to store state, or will it make more sense to have a code block define it etc
View count: 1