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
2 changed files with 9 additions and 0 deletions
+8
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"
```
@@ -0,0 +1 @@
terraform import scaffolding_example.test "id-123"