Coder Social home page Coder Social logo

pulumi-hcp's Introduction

pulumi-hcp's People

Contributors

christophermaier avatar ringods avatar stack72 avatar susanev avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

stack72 susanev

pulumi-hcp's Issues

Create Java SDK

Pulumi supports Java SDKs now, so it would be nice to publish a Java version.

The main work here is setting up the CI/CD pipeline to build and test Java packages, as well as creation of a repository account for publication.

Loading plugin fails intermittently

Hi ๐Ÿ‘‹

first off, thanks for creating and maintaining this provider! It's really useful!

I've been getting an intermittent error. It occurred last week, seemed to have resolved itself the next day, but now it's happening again. It only occurs in projects that use this plugin.

error: could not load plugin for hcp provider 'urn:pulumi:production::template-base::pulumi:providers:hcp::default_https_/github.com/grapl-security/pulumi-hcp/releases/download/v__VERSION_': no resource plugin 'pulumi-resource-hcp' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource hcp`

The v__VERSION_ part of that error message looks like maybe the actual latest version could not be found or could for some other reason not be inserted.

Running pulumi plugin install resource hcp as the error above suggests, results in another error.

error: 404 HTTP error fetching plugin from https://api.github.com/repos/pulumi/pulumi-hcp/releases/latest. If this is a private GitHub repository, try providing a token via the GITHUB_TOKEN environment variable. See: https://github.com/settings/tokens

This one does not support the theory that Pulumi does not know which version to use. Instead it seems to be looking for the plugin under the wrong organization name.

The only workaround I've found so far is manually specifying the plugin server and version.

pulumi plugin install resource hcp \
  --server 'https://github.com/grapl-security/pulumi-hcp/releases/download/v0.1.9/' \
  --exact 'v0.1.9'

Create .NET SDK

We create Python, NodeJS, and Go SDKs, but not one for .NET. The main reason for this is just lack of familiarity with the .NET ecosystem. We should dig into this so we can provide SDKs for all languages that Pulumi supports.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.