# Baselime Terraform Provider

Observability is a first class citizen of your infrastructure with Baselime. You can use Terraform to define and automate your observability configurations in Baselime.


# Configuration

Use the Baselime Terraform Provider to create and manage your observability resources on Baselime with Terraform.

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

provider "baselime" {
  api_key = "baselime_api_key"
}

Get your API Key from the Baselime console. Make sure to select an Admin API Key. Admin API keys have the permissions to create resources in your Baselime account.

# Resource types


# Examples

View examples in the Baselime Terraform Provider GitHub repository.