GitbookIO / terraform-provider-gitbook

Terraform GitBook Provider

Home Page:https://registry.terraform.io/providers/gitbook/gitbook/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform GitBook Provider

The GitBook Provider allows Terraform syncing Terraform resources to the GitBook platform.

Requirements

Usage

To get started, read the docs on GitBook, or check out the gitbook provider at the Terraform Registry.

Development

For local development on the provider, follow these steps:

  1. Clone the repository
  2. Enter the repository directory
  3. 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.

License

Unlicensed


© 2023 GitBook, Inc.

About

Terraform GitBook Provider

https://registry.terraform.io/providers/gitbook/gitbook/latest/docs


Languages

Language:Go 99.7%Language:Makefile 0.3%