We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da3e2a commit f6b644eCopy full SHA for f6b644e
docs/resources/example.md
@@ -29,3 +29,11 @@ resource "scaffolding_example" "example" {
29
### Read-Only
30
31
- `id` (String) Example identifier
32
+
33
+## Import
34
35
+Import is supported using the following syntax:
36
37
+```shell
38
+terraform import scaffolding_example.test "id-123"
39
+```
examples/resources/scaffolding_example/import.sh
@@ -0,0 +1 @@
1
0 commit comments