The GitBook Provider allows Terraform syncing Terraform resources to the GitBook platform.
To get started, read the docs on GitBook, or check out the gitbook
provider at
the Terraform Registry.
For local development on the provider, follow these steps:
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
go install
This will build the provider and put the provider binary in the $GOPATH/bin
directory.
To generate or update documentation, run go generate
.
Follow these docs to configure using the locally installed provider.
Unlicensed
© 2023 GitBook, Inc.