Skip to content

Commit c3f086b

Browse files
authored
Quick docs for 3rd party (#344)
Examples missing provider name so fixing for cut and pasting.
1 parent ba8642a commit c3f086b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/d/third_party_integration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |-
1616

1717
```hcl
1818
19-
resource "third_party_integration" "test_flowdock" {
19+
resource "mongodbatlas_third_party_integration" "test_flowdock" {
2020
project_id = "<PROJECT-ID>"
2121
type = "FLOWDOCK"
2222
flow_name = "<FLOW-NAME>"

website/docs/r/third_party_integration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: |-
2323

2424
```hcl
2525
26-
resource "third_party_integration" "test_flowdock" {
26+
resource "mongodbatlas_third_party_integration" "test_flowdock" {
2727
project_id = "<PROJECT-ID>"
2828
type = "FLOWDOCK"
2929
flow_name = "<FLOW-NAME>"

0 commit comments

Comments
 (0)