terraform-provider-baselime

command module
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 5 Imported by: 0

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:

  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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL