Skip to content

Commit

Permalink
integrations data source
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jan 27, 2023
1 parent 262c00f commit 9bd6f76
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/data-sources/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: "pingdom"
page_title: "Bitbucket: pingdom_integrations"
sidebar_current: "docs-pingdom-data-integrations"
description: |-
Provides a data for a Bitbucket integrations
---

# pingdom\_integrations

Provides a way to fetch data on a integrations.

## Example Usage

```hcl
data "pingdom_integrations" "example" {}
```

## Argument Reference

The following arguments are supported:

No arguments can be passed.

## Attributes Reference

* `names` - The integrations names.
* `ids` - The integrations ids.

0 comments on commit 9bd6f76

Please sign in to comment.