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.4.tar.gz (11.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pulumi_nuage-0.0.4.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for pulumi_nuage-0.0.4.tar.gz
Algorithm Hash digest
SHA256 02136231f02011840a7b720727ad63d28f4756eb526111da93d1f4933e33235d
MD5 c43837a26943fde2b5d66944dc14f89e
BLAKE2b-256 3fa07b0e7c86ecda500f274ca3d009f7df1992e330610e4e696365b7c1c8c051

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