Skip to content

Commit

Permalink
Merge pull request #635 from ovh/dev/aamstutz/fix-doc-vrack-cloudproject
Browse files Browse the repository at this point in the history
fix: Use the correct fields in the documentation of ovh_vrack_cloudproject import
  • Loading branch information
amstuta authored Apr 26, 2024
2 parents f29ec13 + b92bb17 commit 41f214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/vrack_cloudproject.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The following attributes are exported:

## Import

Attachment of a public cloud project and a VRack can be imported using the `project_id`, the `service_name` (vRackID) and the `attach_id`, separated by "/" E.g.,
Attachment of a public cloud project and a VRack can be imported using the `service_name` (vRack identifier) and the `project_id` (Cloud Project identifier), separated by "/" E.g.,

```bash
$ terraform import ovh_vrack_cloudproject.myattach ookie9mee8Shaeghaeleeju7Xeghohv6e/pn-12345678/vrack_pn-12345678-cloudproject_ookie9mee8Shaeghaeleeju7Xeghohv6e-attach
$ terraform import ovh_vrack_cloudproject.myattach service_name/project_id
```

0 comments on commit 41f214a

Please sign in to comment.