Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 860 Bytes

File metadata and controls

39 lines (29 loc) · 860 Bytes
page_title epilot-environment Provider
description Environments API: API for managing organization environment variables and secrets

epilot-environment Provider

Environments API: API for managing organization environment variables and secrets

Example Usage

terraform {
  required_providers {
    epilot-environment = {
      source  = "epilot-dev/epilot-environment"
      version = "0.30.5"
    }
  }
}

provider "epilot-environment" {
  epilot_auth = "<YOUR_EPILOT_AUTH>" # Required
  server_url  = "..."                # Optional
}

Schema

Required

  • epilot_auth (String, Sensitive) HTTP Bearer.

Optional