Skip to content

Commit 6efc82a

Browse files
authored
Fix docs for third party data source. (#604)
1 parent 662ba3a commit 6efc82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/third_party_integrations.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ applied across the project.
1616
## Example Usage
1717

1818
```hcl
19-
resource "third_party_integration" "test_pager_duty" {
19+
resource "mongodbatlas_third_party_integration" "test_pager_duty" {
2020
project_id = "<PROJECT-ID>"
2121
type = "PAGER_DUTY"
2222
service_key = "<PAGER-DUTY-SERVICE-KEY>"
2323
}
2424
25-
resource "third_party_integration" "test_flowdock" {
25+
resource "mongodbatlas_third_party_integration" "test_flowdock" {
2626
project_id = "<PROJECT-ID>"
2727
type = "FLOWDOCK"
2828
flow_name = "<FLOW-NAME>"

0 commit comments

Comments
 (0)