Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.36 KB

Baselime Observability as Code Terraform Provider

Observability as Code with the Baselime Terraform provider.

Resources

Community

If you have any questions or want to discuss Baselime, please join our Slack community.

Using the provider

terraform {
  required_providers {
    baselime = {
      version = "~> 0.1.7"
      source  = "baselime/baselime"
    }
  }
}

provider "baselime" {
  api_key = "your_api_key"
}

Api Key

To find your key:

  1. Navigate to https://console.baselime.io
  2. Select the workspace you need
  3. Select the environment you want to get the key for
  4. Click on the "API Keys" button on the left-hand side menu (key icon)

The API key can be supplied via the BASELIME_API_KEY environment variable as well.

Resource types