Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
fix docs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidji99 authored Nov 24, 2020
1 parent ec07796 commit a7009a6
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.markdown → docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Rollbar Provider

The Rollbar provider is used to interact with the resources provided by [Rollbar API](https://docs.rollbar.com/reference).
The Rollbar provider is used to interact with the resources provided by [Rollbar API](https://explorer.docs.rollbar.com/).
and needs to be configured with credentials before it can be used. This provider has been developed
using the [terraform sdk](https://github.com/hashicorp/terraform-plugin-sdk) and is recommended to be used with `terraform v0.12.X+`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ options for `rule.filter`:
1. For `filter.type` of `title`:
* Valid `filter.operation` option(s): `within`, `nwithin`, `regex`, `nregex`
* Valid `filter.value` option(s): any freeform `string`*

1. For `filter.type` of `filename`:
* Valid `filter.operation` option(s): `within`, `nwithin`, `regex`, `nregex`
* Valid `filter.value` option(s): any freeform `string`*
Expand Down Expand Up @@ -140,7 +140,7 @@ For the `filter.type` of `path`, there are two possible setups:
* Valid `filter.path` option(s): any freeform `string`*

* If you only define `filter.operation` in your terraform configuration _(aka 'path_filter_with_exists)_,
* Valid `filter.operation` option(s): `eq`, `gte`, `lte`, `within`, `nwithin`, `neq`, `regex`, `nregex`, `startswith`,
* Valid `filter.operation` option(s): `eq`, `gte`, `lte`, `within`, `nwithin`, `neq`, `regex`, `nregex`, `startswith`,
`exists`, `nexists`
* Valid `filter.value` option(s): any freeform `string`* & is Optional.
* Valid `filter.path` option(s): any freeform `string`*
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a7009a6

Please sign in to comment.