Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add a dedicated section for adding resources
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Jan 7, 2022
1 parent 01be34d commit 9b0cef7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/generating-a-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,13 @@ be quite similar for any other Terraform provider.
make generate
```
**_To add more resources, please follow the steps between 6-8 for each resource.
### Adding New Resources
To add more resources, please **follow the steps between 6-8 for each resource**.
Alternatively, you can drop the `tjconfig.WithIncludeList` option in provider
Configuration which would generate all resources, and you can add resource
configurations as a next step_**
configurations as a next step.
## Test
Expand Down

0 comments on commit 9b0cef7

Please sign in to comment.