docs: add docs on general Terraform usage (#1263)

* add docs on general tf usage

* reminder to not delete terraform dir

* fix spelling check

* add to sidebar

* reference terraform page

* embed link into natural language

* mention iam folder

* separate hack tools from official tf docs

* assume familiarity with tf
This commit is contained in:
Moritz Sanft 2023-02-28 10:36:20 +01:00 committed by GitHub
parent 90ed470178
commit a2096c2e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 42 additions and 13 deletions

View file

@ -261,6 +261,11 @@ const sidebars = {
label: 'SLSA adoption',
id: 'reference/slsa',
},
{
type: 'doc',
label: 'Terraform Usage',
id: 'reference/terraform',
},
],
},
],