Skip to content

Commit

Permalink
Fix tfproviderdocs 'import section should conclude with'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 4, 2024
1 parent ba9cc6c commit 14eaa5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/backup_restore_testing_selection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ This resource exports no additional attributes.

## Import

To import an existing backup restore testing selection, use the following `import` block:
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Backup Restore Testing Selection using `name:restore_testing_plan_name`. For example:

```
```terraform
import {
to = aws_backup_restore_testing_selection.example
id = "my_testing_selection:my_testing_plan"
}
```

Using `terraform import`, import Backup Restore Testing Selection using the `name:restore_testing_plan_name`. For example:
Using `terraform import`, import Backup Restore Testing Selection using `name:restore_testing_plan_name`. For example:

```console
% terraform import aws_backup_restore_testing_selection.example restore_testing_selection_12345678:restore_testing_plan_12345678
Expand Down

0 comments on commit 14eaa5d

Please sign in to comment.