Skip to content

Commit

Permalink
Quick docs for 3rd party (#344)
Browse files Browse the repository at this point in the history
Examples missing provider name so fixing for cut and pasting.
  • Loading branch information
themantissa committed Oct 23, 2020
1 parent ba8642a commit c3f086b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/third_party_integration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |-

```hcl
resource "third_party_integration" "test_flowdock" {
resource "mongodbatlas_third_party_integration" "test_flowdock" {
project_id = "<PROJECT-ID>"
type = "FLOWDOCK"
flow_name = "<FLOW-NAME>"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/third_party_integration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: |-

```hcl
resource "third_party_integration" "test_flowdock" {
resource "mongodbatlas_third_party_integration" "test_flowdock" {
project_id = "<PROJECT-ID>"
type = "FLOWDOCK"
flow_name = "<FLOW-NAME>"
Expand Down

0 comments on commit c3f086b

Please sign in to comment.