rollbar 1.16.0 published on Wednesday, Apr 30, 2025 by rollbar
Rollbar Provider
Generate Provider
The Rollbar provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider rollbar/rollbar
Overview
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
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
rollbar:apiKey:
value: 'TODO: var.rollbar_token'
Configuration Reference
The following configuration inputs are supported:
apiKey
- (Required) Rollbar API authentication token. Value will be sourced from environment variableROLLBAR_API_KEY
if set.projectApiKey
- (Optional) Rollbar API authentication token (project level). Value will be sourced from environment variableROLLBAR_PROJECT_API_KEY
if set.apiUrl
- (Optional) Base URL for the Rollbar API. Defaults to https://api.rollbar.com. Value will be sourced from environment variableROLLBAR_API_URL
if set.
Functions
rollbar.Project
- A Rollbar projectrollbar.getProjects
- List all Rollbar projectsrollbar.ProjectAccessToken
- An access token belonging to a Rollbar project
rollbar.getProjectAccessTokens
- List all access tokens belonging to a Rollbar project
rollbar.Team
- A Rollbar team
Resources
rollbar.Project
- A Rollbar projectrollbar.ProjectAccessToken
- A Rollbar project access tokenrollbar.Notification
- A Rollbar notification channel rulerollbar.Team
- A Rollbar teamrollbar.User
- A Rollbar user