1. Packages
  2. NS1
  3. Installation & Configuration
NS1 v3.2.0 published on Tuesday, Mar 12, 2024 by Pulumi

NS1: Installation & Configuration

ns1 logo
NS1 v3.2.0 published on Tuesday, Mar 12, 2024 by Pulumi

    The Pulumi NS1 provider uses the NS1 SDK to manage and provision resources.

    Installation

    The NS1 provider is available as a package in all Pulumi languages:

    Configuring Credentials

    Pulumi relies on the NS1 SDK to authenticate requests from your computer to NS1. Your credentials are never sent to pulumi.com. The Pulumi NS1 Provider needs to be configured with NS1 credentials before it can be used to create resources.

    Once the credentials are obtained, there are two ways to communicate your authorization tokens to Pulumi:

    1. Set the environment variable NS1_APIKEY:

      $ export NS1_APIKEY=XXXXXXXXXXXXXX
      
    2. Set them using configuration, if you prefer that they be stored alongside your Pulumi stack for easy multi-user access:

      $ pulumi config set ns1:apikey XXXXXXXXXXXXXX --secret
      

    Remember to pass --secret when setting ns1:apiKey so that it is properly encrypted. The complete list of configuration parameters is in the NS1 provider README.

    ns1 logo
    NS1 v3.2.0 published on Tuesday, Mar 12, 2024 by Pulumi