# Packages
No description provided by the author
# README
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:
- Navigate to https://console.baselime.io
- Select the workspace you need
- Select the environment you want to get the key for
- 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.