Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tidb-cloud/terraform-use-dedicated-vpc-peering-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ For example, you can import a VPC peering that is not created by Terraform.

1. Add an import block for the new `tidbcloud_dedicated_vpc_peering` resource.

Add the following import block to your `.tf` file, replace `example` with a desired resource name, and replace `${id}` with the format of `cluster_id,vpc_peering_id`:
Add the following import block to your `.tf` file, replace `example` with a desired resource name, and replace `${id}` with the format of `vpc_peering_id`. You can get the `vpc_peering_id` by the API <https://dedicated.tidbapi.com/v1beta1/vpcPeerings?projectId=${projectId}>.
Comment thread
hfxsd marked this conversation as resolved.
Outdated

Comment thread
hfxsd marked this conversation as resolved.
```
import {
Expand Down
Loading