https://github.com/roberth-k/dash-docset-terraform
Dash User-Contributed Docset
https://github.com/roberth-k/dash-docset-terraform
amazon aws azure dash docset gcp google provider terraform
Last synced: about 2 months ago
JSON representation
Dash User-Contributed Docset
- Host: GitHub
- URL: https://github.com/roberth-k/dash-docset-terraform
- Owner: roberth-k
- License: mit
- Created: 2022-05-14T09:21:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T18:07:09.000Z (about 2 months ago)
- Last Synced: 2026-01-11T21:30:46.660Z (about 2 months ago)
- Topics: amazon, aws, azure, dash, docset, gcp, google, provider, terraform
- Language: Python
- Homepage:
- Size: 879 KB
- Stars: 21
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dash-docset-terraform
=====================
# Overview
_[Terraform](https://www.terraform.io) docset for the [Dash](https://kapeli.com/dash) documentation browser._
This docset is available as a User-Contributed Docset. Download it from Dash directly.
Generated from [Terraform Registry](https://registry.terraform.io) and various provider repositories.
Instructions for building Dash docsets are available on the [Dash website](https://kapeli.com/docsets#dashDocset).
The official version of Terraform documentation is hosted [here](https://www.terraform.io/docs).
_The maintainer of this repository is not affiliated with HashiCorp._

## How to Build
The docset was developed using the following:
- bash
- git
- GNU Make
- GNU Coreutils
- Python 3.9
To build the docset, run:
```bash
make docset
```
The build will use the version of Terraform given in [version/terraform](version/terraform). All
providers will use their latest versions.
The docset will be available at `.build/latest/Terraform.docset`, along with a
compressed variant at `.build/latest/Terraform.tgz`.