17 lines
450 B
Markdown
17 lines
450 B
Markdown
# labs/terraform
|
|
|
|
This folder is intended for Terraform experiments and infrastructure-as-code practice. It is the natural place for module trials, state-handling examples, and environment provisioning exercises.
|
|
|
|
## Diagram
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
A["terraform"]
|
|
click A href "./" "terraform"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The directory currently contains only a placeholder file.
|
|
- It is positioned as a lab space rather than a production-ready IaC stack.
|