docs: Add import example (#306)

This commit is contained in:
Austin Valle 2025-06-26 14:04:41 -04:00 committed by GitHub
parent 0da3e2a36a
commit f6b644efe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -29,3 +29,11 @@ resource "scaffolding_example" "example" {
### Read-Only
- `id` (String) Example identifier
## Import
Import is supported using the following syntax:
```shell
terraform import scaffolding_example.test "id-123"
```

View File

@ -0,0 +1 @@
terraform import scaffolding_example.test "id-123"