1. Packages
  2. Fastly
  3. Installation & Configuration
Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi

Fastly: Installation & Configuration

fastly logo
Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi

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

    Installation

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

    Configuring Credentials

    Pulumi relies on the Fastly SDK to authenticate requests from your computer to Fastly. Your credentials are never sent to pulumi.com. The Pulumi Fastly Provider needs to be configured with Fastly 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 FASTLY_API_KEY:

      $ export FASTLY_API_KEY=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 fastly:apiKey XXXXXXXXXXXXXX --secret
      

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

    fastly logo
    Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi