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.
provider "rollbar" {
api_key = var.rollbar_token
}
The following arguments are supported:
api_key
- (Required) Rollbar API authentication token. Value will be sourced from environment variableROLLBAR_API_KEY
if set.project_api_key
- (Optional) Rollbar API authentication token (project level). Value will be sourced from environment variableROLLBAR_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 variableROLLBAR_API_URL
if set.
rollbar_project
- A Rollbar projectrollbar_projects
- List all Rollbar projectsrollbar_project_access_token
- An access token belonging to a Rollbar project
rollbar_project_access_tokens
- List all access tokens belonging to a Rollbar project
rollbar_team
- A Rollbar team
rollbar_project
- A Rollbar projectrollbar_project_access_token
- A Rollbar project access tokenrollbar_notification
- A Rollbar notification channel rulerollbar_team
- A Rollbar teamrollbar_user
- A Rollbar user