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
pulumiverse
  • e

    echoing-dinner-19531

    07/14/2022, 3:26 PM
    What is the pulumiverse mascot meant to be? Pretty sure it's not a platypus.
    l
    s
    • 3
    • 5
  • b

    brainy-church-78120

    07/14/2022, 3:28 PM
    set the channel topic: 😛ulumiverse: The universe of all things Pulumi (https://github.com/pulumiverse)
    🎉 2
  • w

    white-chef-55657

    07/18/2022, 11:57 AM
    howdy 👋 trying to build a tf bridge provider, failing hard in the initial steps https://github.com/pulumi/pulumi-tf-provider-boilerplate/issues/79 would appreciate any help
    l
    b
    • 3
    • 18
  • w

    white-chef-55657

    07/18/2022, 11:58 AM
    or perhaps if there’s a different way I should great a tf bridge provider?
  • b

    big-architect-71258

    07/21/2022, 7:29 AM
    @quiet-wolf-18467 Hi David 👋🏻 I've created a Pulumi Provider out of the Terraform Time Provider using TF Bridge. I wonder if it would be possible to move the repo to Pulumiverse. https://github.com/tmeckel/pulumi-time
    q
    l
    • 3
    • 18
  • d

    delightful-salesclerk-16161

    07/29/2022, 4:01 PM
    Made some updates to the awesome-pulumi list - https://github.com/pulumiverse/awesome-pulumi/pull/25
    🎉 3
  • d

    delightful-bear-69098

    08/12/2022, 9:52 AM
    Hi I converted the quickstart k8s java example into Kotlin/JVM and I would like to share where: https://github.com/luistrigueiros/quickstart-pulumi-k8s-kotlin
    e
    • 2
    • 5
  • d

    delightful-bear-69098

    08/15/2022, 8:46 AM
    https://luistrigueiros.medium.com/exploring-pulumi-for-k8s-with-kotlin-f4480aebec5f
    🔥 1
  • l

    limited-rainbow-51650

    08/22/2022, 1:22 PM
    @thousands-hairdresser-72380 hello. I was just watching the recording of the Pulumi Contributor Community Meeting. Regarding your question on structural representation of infrastructure, you can use our YAML support for custom resources, if you distribute your custom resources as a Pulumi Package (aka Multi-Language Component). https://www.pulumi.com/blog/pulumiup-pulumi-packages-multi-language-components/
    ❤️ 2
    t
    • 2
    • 2
  • b

    billowy-army-68599

    08/22/2022, 8:10 PM
    is anyone able to add me to the pulumiverse org in npm?
  • l

    limited-rainbow-51650

    08/23/2022, 9:45 AM
    @elegant-window-55250 I made a last minute change to https://github.com/pulumiverse/infra/pull/28 Can you re-approve?
  • e

    elegant-window-55250

    08/23/2022, 9:45 AM
    Done
    👌🏼 1
  • l

    limited-rainbow-51650

    08/23/2022, 12:12 PM
    A bit of information in case you received a Github email that you are removed from a Pulumiverse provider repository: today I simplified the Pulumi code which manages the Pulumiverse Github organization. Before this change, the access was configured to include a Github Team:
    GH repo <- GH team <- GH member
    I changed this and now added everyone directly:
    GH repo <- GH member
    with the same permissions. So although you were removed from the team, you were added again directly. Too bad all those Github email notifications are sent out which might confuse you. 🙏🏼
    😊 1
    👍🏼 1
    💜 1
  • l

    limited-rainbow-51650

    08/23/2022, 4:12 PM
    If you are interested in helping out with some provider development, do let us know! 😉 https://twitter.com/pulumiverse/status/1562110045092978691
    b
    • 2
    • 2
  • b

    big-architect-71258

    08/25/2022, 1:10 PM
    #pulumiverse What's the correct practice to request a PR review in Pulumiverse? Shall I pick one of the available reviewers or is there a defined procedure for this? @limited-rainbow-51650
    l
    s
    b
    • 4
    • 18
  • a

    acoustic-tiger-77630

    08/25/2022, 7:59 PM
    Hi All. I am working on bridging a Terraform provider I’ve built into pulumi, and I intent to put that in the registry once it is ready. I have few questions regarding the boilerplate refactoring that are not super clear to me. 1. In the
    provider/resources.go
    In the Golang section below, I see the url pointing to the pulumi repository instead of the provider repo. Which one is correct?
    Golang: &tfbridge.GolangInfo{
    			ImportBasePath: filepath.Join(
    				fmt.Sprintf("<http://github.com/pulumi/pulumi-%[1]s/sdk/|github.com/pulumi/pulumi-%[1]s/sdk/>", mainPkg),
    				tfbridge.GetModuleMajorVersion(version.Version),
    				"go",
    				mainPkg,
    			),
    			GenerateResourceContainerTypes: true,
    2. In
    provider/cmd/pulumi-resource-foo/main.go
    it also points to a pulumi repository i.e zpa “http://github.com/pulumi/pulumi-xyz/provider” Should the repository still point to pulumi instead? Looking at other providers, they all point to pulumi instead of their own repo as specified in the boilerplate.
    b
    • 2
    • 23
  • l

    limited-rainbow-51650

    08/26/2022, 12:11 PM
    @big-architect-71258 here is the PR with the correct secret configuration: https://github.com/pulumiverse/pulumi-time/pull/3
    👍🏼 1
  • b

    big-architect-71258

    08/26/2022, 12:14 PM
    @limited-rainbow-51650 approved
  • b

    big-architect-71258

    08/26/2022, 12:20 PM
    @limited-rainbow-51650 who will create the initial release and when of the Time provider. The GitHub actions only get triggered if a new version tag is created.
    l
    • 2
    • 2
  • w

    wide-cat-87818

    08/26/2022, 12:32 PM
    Hi together, great to see, that Pulumiverse is growing 🙂 @limited-rainbow-51650 Supported me with transfering pulumi-heroku provider to Pulumiverse. Thanks for that. It would be great if it can be published as well. Is there somebody who can support me? I’ve created a draft PR: https://github.com/pulumiverse/pulumi-heroku/pull/4 Thanks in advance. 🙂
    👀 1
  • l

    limited-rainbow-51650

    08/26/2022, 2:27 PM
    @big-architect-71258 FYI, I will continue after the weekend. I hope I have an answer on this by then: https://github.com/orgs/community/discussions/30927
    👍🏼 1
    b
    b
    • 3
    • 21
  • l

    limited-rainbow-51650

    08/29/2022, 8:35 AM
    @big-architect-71258 the
    docs
    folder of your
    time
    provider is copied over for registry publishing. But on the registry side, there are linting failures. Can you fix these in the provider repo? https://github.com/pulumi/registry/runs/8041632103?check_suite_focus=true#step:7:33
    👍🏼 1
  • b

    big-architect-71258

    08/29/2022, 8:37 AM
    @limited-rainbow-51650 I had to laugh so hard, when I saw THIS:
    l
    • 2
    • 15
  • l

    limited-rainbow-51650

    08/29/2022, 8:43 AM
    https://twitter.com/pulumiverse/status/1564171834337157122
    ♥️ 1
  • b

    big-architect-71258

    08/30/2022, 1:04 PM
    @limited-rainbow-51650 The Time provider still doesn't show up in the Pulumi Registry. Is there something missing. Checked the registry pipeline already:
    l
    • 2
    • 22
  • a

    acoustic-tiger-77630

    09/05/2022, 10:06 AM
    Hi there, I am bridging a Terraform provider I’ve built to Pulumi, but when testing the GO example, I am receiving the following error below. Any idea what may be the problem?
      pulumi up                                                                                       master 
    Previewing update (zscaler/go_zpa_app_connector_group)
    
    View Live: <https://app.pulumi.com/zscaler/go_zpa_app_connector_group/go_zpa_app_connector_group/previews/882288d9-8109-46a3-a2e7-b12fee77dfa2>
    
         Type                     Name                                                   Plan       Info
     +   pulumi:pulumi:Stack      go_zpa_app_connector_group-go_zpa_app_connector_group  create
         └─ pulumi:providers:zpa  default                                                           1 error
    
    Diagnostics:
      pulumi:providers:zpa (default):
        error: could not read plugin [/Users/wguilherme/go/bin/pulumi-resource-zpa] stdout: EOF
    l
    • 2
    • 5
  • m

    many-telephone-49025

    09/06/2022, 6:36 AM
    Hi all, I would like to donate my Aquasec Pulumi provider to the Pulumiverse GitHub organisation. https://github.com/dirien/pulumi-aquasec Is there anything I have to do? I already used everywhere “Pulumiverse” (module, package, etc.)
    l
    • 2
    • 6
  • g

    great-queen-39697

    09/14/2022, 4:54 PM
    Community contributor meeting in 5 minutes! https://pulumi-community.slack.com/archives/CB81H6DG9/p1663174129551209
  • l

    limited-rainbow-51650

    09/27/2022, 8:02 AM
    @many-telephone-49025 if you want the aquasec provider be listed on Pulumi’s registry, first create a release of your provider to have it published. Then create a pull request in
    pulumi/registry
    like this one: https://github.com/pulumi/registry/pull/1030/files
    👀 1
    m
    • 2
    • 8
  • m

    many-telephone-49025

    09/28/2022, 12:40 PM
    Hi @limited-rainbow-51650, While uploading the python package I got following error mesage: https://github.com/pulumiverse/pulumi-aquasec/actions/runs/3143414447/jobs/5108264482 I don’t know what the cause could be. The best lead is this 400 response:
    HTTPError: 400 Bad Request from <https://upload.pypi.org/legacy/>
    l
    • 2
    • 8
Powered by Linen
Title
m

many-telephone-49025

09/28/2022, 12:40 PM
Hi @limited-rainbow-51650, While uploading the python package I got following error mesage: https://github.com/pulumiverse/pulumi-aquasec/actions/runs/3143414447/jobs/5108264482 I don’t know what the cause could be. The best lead is this 400 response:
HTTPError: 400 Bad Request from <https://upload.pypi.org/legacy/>
l

limited-rainbow-51650

09/28/2022, 12:42 PM
You reused the same tag after applying a fix. You can’t publish a package which is already published.
m

many-telephone-49025

09/28/2022, 12:42 PM
Ahhhhrgh 😄 Many thanks!
l

limited-rainbow-51650

09/28/2022, 12:42 PM
File already exists.
https://github.com/pulumiverse/pulumi-aquasec/actions/runs/3143414447/jobs/5108264482#step:13:43
m

many-telephone-49025

09/28/2022, 12:44 PM
Restarted the release with a new tag!
l

limited-rainbow-51650

09/28/2022, 12:57 PM
Strange… It still tries to upload Python package 0.1.1: https://github.com/pulumiverse/pulumi-aquasec/actions/runs/3143638361/jobs/5108755284#step:13:32
m

many-telephone-49025

09/28/2022, 4:22 PM
Now its working! 🙂
The packages are up in the repos! 🎉🎉🎉🎉🎉
l

limited-rainbow-51650

09/29/2022, 7:08 AM
👏🏼
View count: 4