Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.79 KB

index.md

File metadata and controls

57 lines (43 loc) · 1.79 KB

Rollbar Provider

The Rollbar provider is used to interact with Rollbar resources.

The provider allows you to manage your Rollbar account's projects, members, and teams easily. It needs to be configured with the proper credentials before it can be used.

Example Usage

provider "rollbar" {
  api_key = var.rollbar_token
}

Argument Reference

The following arguments are supported:

  • api_key - (Required) Rollbar API authentication token. Value will be sourced from environment variable ROLLBAR_API_KEY if set.
  • project_api_key - (Optional) Rollbar API authentication token (project level). Value will be sourced from environment variable ROLLBAR_PROJECT_API_KEY if set.
  • api_url - (Optional) Base URL for the Rollbar API. Defaults to https://api.rollbar.com. Value will be sourced from environment variable ROLLBAR_API_URL if set.

Data Sources

Resources