nuage v0.1.1 published on Friday, Mar 17, 2023 by Nuage-Studio
Pulumi Nuage: Installation & Configuration
Installation
To provision resources with the Pulumi Nuage provider, you can set up the sdk of the language you prefer.
- JavaScript/TypeScript:
@pulumi/nuage
- Python:
pulumi_nuage
- Go:
nuage
Credentials
Pulumi Nuage components contains AWS Components from pulumi-aws
and you can refer to corresponding docs for setting AWS credentials. correspnding docs
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.
Configuration Options
You don’t need to set any config variable to use Pulumi Nuage.