Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update formatting of tf module docs #221

Merged
merged 2 commits into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"lambci",
"mycdkmodule",
"myothercdkmodule",
"mybucket",
"mytable",
"nondockerizepip",
"rxref",
"stubbers"
Expand Down
23 changes: 23 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,29 @@ This means that Serverless must be included as a dev dependency in the **package
serverless/advanced_features


.. _mod-tf:

Terraform
=========

Runway provides a simple way to run the Terraform versions you want with variable values specific to each environment.
Terraform does not need to be installed prior to using this module type.
Runway maintains a cache of Terraform versions on a system, downloading and installing different versions as needed.

- `Configuration <terraform/configuration.html>`__
- `Directory Structure <terraform/directory_structure.html>`__
- `Advanced Features <terraform/advanced_features.html>`__

.. toctree::
:caption: Terraform
:maxdepth: 2
:hidden:

terraform/configuration
terraform/directory_structure
terraform/advanced_features


******************
Indices and tables
******************
Expand Down
1 change: 0 additions & 1 deletion docs/source/module_configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Module Configurations
custom
kubernetes
staticsite
terraform
303 changes: 0 additions & 303 deletions docs/source/module_configuration/terraform.rst

This file was deleted.

Loading