Skip to content

Commit

Permalink
docs: updated terraform import example for privatelink endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar López committed Jan 26, 2021
1 parent 712bd37 commit c276985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/0.8.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ In order to transition from the deprecated resources to the new without disablin
3) Then [import](https://www.terraform.io/docs/commands/import.html) the privatelink information into the new resources, e.g:

```hcl
terraform import mongodbatlas_privatelink_endpoint.test {project_id}-{private_link_id}-{provider_name}
terraform import mongodbatlas_privatelink_endpoint.test {project_id}-{private_link_id}-{provider_name}-{region}
terraform import mongodbatlas_privatelink_endpoint_service.test {project_id}--{private_link_id}--{endpoint_service_id}--{provider_name}
```
Expand Down

0 comments on commit c276985

Please sign in to comment.