We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ba3a commit 6efc82aCopy full SHA for 6efc82a
website/docs/d/third_party_integrations.markdown
@@ -16,13 +16,13 @@ applied across the project.
16
## Example Usage
17
18
```hcl
19
-resource "third_party_integration" "test_pager_duty" {
+resource "mongodbatlas_third_party_integration" "test_pager_duty" {
20
project_id = "<PROJECT-ID>"
21
type = "PAGER_DUTY"
22
service_key = "<PAGER-DUTY-SERVICE-KEY>"
23
}
24
25
-resource "third_party_integration" "test_flowdock" {
+resource "mongodbatlas_third_party_integration" "test_flowdock" {
26
27
type = "FLOWDOCK"
28
flow_name = "<FLOW-NAME>"
0 commit comments