1. Packages
  2. Algolia Provider
algolia 0.6.0 published on Monday, Apr 14, 2025 by k-yomo

Algolia Provider

algolia logo
algolia 0.6.0 published on Monday, Apr 14, 2025 by k-yomo

    Generate Provider

    The Algolia provider must be installed as a Local Package by following the instructions for Any Terraform Provider:

    pulumi package add terraform-provider k-yomo/algolia
    

    Overview

    The Algolia provider is used to configure your Algolia settings.

    Setting API Key

    In order to make requests against the Algolia API, you need to set an API key. You set the API key to Pulumi using the environment variable ALGOLIA_API_KEY.

    $ export ALGOLIA_API_KEY={{my-api-key}}
    

    Example Usage

    Then typical provider configuration will look something like:

    # Pulumi.yaml provider configuration file
    name: configuration-example
    runtime:
    config:
        algolia:appId:
            value: my-app-id
    

    Configuration Reference

    • apiKey (String) The API key to access algolia resources. Defaults to the env variable ALGOLIA_API_KEY.
    • appId (String) The ID of the application. Defaults to the env variable ALGOLIA_APP_ID.
    algolia logo
    algolia 0.6.0 published on Monday, Apr 14, 2025 by k-yomo