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 18f9815 commit 8bc5606Copy full SHA for 8bc5606
CONTRIBUTING.md
@@ -42,7 +42,7 @@ This makes it very easy to add import functionality, by using
42
43
```go
44
Importer: &schema.ResourceImporter{
45
- State: schema.ImportStatePassthrough,
+ StateContext: schema.ImportStatePassthroughContext,
46
},
47
```
48
0 commit comments