Skip to main content

No project description provided

Project description

pulumi-nuage

Pulumi components carefully crafted by Nuage

Install the Pulumi Plugin

To use this resource, you need to install Pulumi plugin first (independent from the development language).

  1. Download the latest release from https://github.com/nuage-studio/pulumi-nuage/releases/
  2. Install the .tar.gz package using Pulumi
pulumi plugin install resource nuage 0.0.1 --file pulumi-resource-nuage-v0.0.1-darwin-amd64.tar.gz

You may also automate this process via Taskfile. Here is an example:

version: "3"

tasks:
  pulumi_install:
    desc: Downloads binary
    vars:
      VERSION: 0.0.1
      FILE_NAME: "pulumi-resource-nuage-v0.0.1-darwin-amd64.tar.gz"
    cmds:
      - curl -L -o {{.FILE_NAME}} https://github.com/nuage-studio/pulumi-nuage/releases/download/{{.VERSION}}/{{.FILE_NAME}}
      - pulumi plugin install resource nuage {{.VERSION}} --file {{.FILE_NAME}}
      - rm {{.FILE_NAME}}

Setup Instructions for Python SDK

You can use the following command to add python library via Poetry:

poetry add "https://github.com/nuage-studio/pulumi-nuage.git#subdirectory=sdk/python"

You can check related Poetry Docs for more detailed information about subdirectory dependency.

Start Working with us

If you want to collaborate with us, feel free to contact us at contact@nuage.studio

Should you need to give us access to your existing AWS account, you can use the Cloudformation link below which will deploy an AWS IdentityProvider that trusts our SSO.

You will need a SAML Metadata document (XML) which we'll happily provide you via email.

Launch Stack

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumi_nuage-0.0.5.tar.gz (11.6 kB view details)

Uploaded Source

File details

Details for the file pulumi_nuage-0.0.5.tar.gz.

File metadata

  • Download URL: pulumi_nuage-0.0.5.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pulumi_nuage-0.0.5.tar.gz
Algorithm Hash digest
SHA256 46304403301fd0191b3fbb30c6dcc127e5be3f50a7fc5169f42b4346be74de92
MD5 76ab59944551ff80d8a0e780b30a3f6a
BLAKE2b-256 23281bd14e740222d24ff1a7cfa815e78d3839a300e8ee2f126b725daf1c9fee

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page