Skip to content

Commit f8f4e31

Browse files
committed
add table of contents
1 parent c961dbd commit f8f4e31

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,44 @@ This project was built as an example for Chapter 11 of [Terraform in Depth](http
1313
- **Cross-Platform**: Works with both OpenTofu and Terraform binaries
1414
- **Production Ready**: Used in real-world scenarios with comprehensive error handling
1515

16+
## Documentation
17+
18+
- [TofuPy](#tofupy)
19+
- [Features](#features)
20+
- [Documentation](#documentation)
21+
- [Installation](#installation)
22+
- [Quick Start](#quick-start)
23+
- [Core Concepts](#core-concepts)
24+
- [The Tofu Class](#the-tofu-class)
25+
- [Structured Data Models](#structured-data-models)
26+
- [Detailed Usage Examples](#detailed-usage-examples)
27+
- [Infrastructure Lifecycle Management](#infrastructure-lifecycle-management)
28+
- [Initialization](#initialization)
29+
- [Configuration Validation](#configuration-validation)
30+
- [Planning Changes](#planning-changes)
31+
- [Applying Changes](#applying-changes)
32+
- [Managing State](#managing-state)
33+
- [Getting Outputs](#getting-outputs)
34+
- [Destroying Infrastructure](#destroying-infrastructure)
35+
- [Event Handling and Real-time Monitoring](#event-handling-and-real-time-monitoring)
36+
- [Advanced Use Cases](#advanced-use-cases)
37+
- [Infrastructure Security Scanning](#infrastructure-security-scanning)
38+
- [Multi-Environment Management](#multi-environment-management)
39+
- [State Analysis and Reporting](#state-analysis-and-reporting)
40+
- [Custom Validation and Policy Checks](#custom-validation-and-policy-checks)
41+
- [Error Handling](#error-handling)
42+
- [Configuration Options](#configuration-options)
43+
- [Environment Variables](#environment-variables)
44+
- [Binary Selection](#binary-selection)
45+
- [Logging and Debugging](#logging-and-debugging)
46+
- [API Reference](#api-reference)
47+
- [Tofu Class](#tofu-class)
48+
- [Data Models](#data-models)
49+
- [Requirements](#requirements)
50+
- [Contributing](#contributing)
51+
- [License](#license)
52+
53+
1654
## Installation
1755

1856
Either `tofu` or `terraform` must be installed and available in your PATH.

0 commit comments

Comments
 (0)