docs: Add import example (#306)
This commit is contained in:
parent
0da3e2a36a
commit
f6b644efe2
@ -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"
|
||||
```
|
||||
|
1
examples/resources/scaffolding_example/import.sh
Normal file
1
examples/resources/scaffolding_example/import.sh
Normal file
@ -0,0 +1 @@
|
||||
terraform import scaffolding_example.test "id-123"
|
Loading…
x
Reference in New Issue
Block a user