1. Packages
  2. Zenduty Provider
zenduty 0.2.6 published on Wednesday, Jan 15, 2025 by zenduty

Zenduty Provider

zenduty logo
zenduty 0.2.6 published on Wednesday, Jan 15, 2025 by zenduty

    Generate Provider

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

    pulumi package add terraform-provider zenduty/zenduty
    

    Overview

    The Zenduty provider is used to interact with the zenduty service. The provider needs to be configured with the proper credentials before it can be used.

    Configuration options

    The zenduty provider offers two means of providing credentials for authentication.

    • Static credentials
    • Environment variables

    Static credentials

    !> Warning: Hard-coding credentials into any Pulumi configuration is not recommended, and risks secret leakage should this file ever be committed to a public version control system.

    Static credentials can be provided by adding token in-line in the Zenduty provider configuration.

    Environment Variables

    You can provide your credentials via the ZENDUTY_API_KEY environment variables.

    Usage:

    $ export ZENDUTY_API_KEY="your-api-key"
    $ pulumi preview
    

    Configuration Reference

    Required

    • token (String) Your Zenduty API key

    • base_url (String) The base url of the Zenduty

    zenduty logo
    zenduty 0.2.6 published on Wednesday, Jan 15, 2025 by zenduty