Skip to content

Commit ba0705c

Browse files
authored
doc: Fixes import command in third_party_integration doc (#2083)
* (DOCSP-36813) Fix import command in third_party_integration doc
1 parent 717ba68 commit ba0705c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/third_party_integration.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ description: |-
2424
```terraform
2525
2626
resource "mongodbatlas_third_party_integration" "test_datadog" {
27-
project_id = "<PROJECT-ID>"
27+
project_id = "<PROJECT-ID>"
2828
type = "DATADOG"
29-
api_key = "<API-KEY>"
30-
region = "<REGION>"
29+
api_key = "<API-KEY>"
30+
region = "<REGION>"
3131
}
3232
3333
```
@@ -78,7 +78,7 @@ resource "mongodbatlas_third_party_integration" "test_datadog" {
7878
Third-Party Integration Settings can be imported using project ID and the integration type, in the format `project_id`-`type`, e.g.
7979

8080
```
81-
$ terraform import mongodbatlas_database_user.my_user 1112222b3bf99403840e8934-OPS_GENIE
81+
$ terraform import mongodbatlas_third_party_integration.test_datadog 1112222b3bf99403840e8934-DATADOG
8282
```
8383

8484
See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Third-Party-Integrations/operation/createThirdPartyIntegration) Documentation for more information.

0 commit comments

Comments
 (0)