Skip to content

Commit 880589b

Browse files
committed
Update root readme
1 parent 65091bd commit 880589b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# terraform-code-examples
2-
Solving weird problems with Terraform
1+
# Andrew's Terraform Code Examples
32

3+
Documenting solutions to interesting Terraform problems.
4+
5+
## Requirements
6+
7+
Consider installing [tfenv](https://github.com/tfutils/tfenv) if you want these code exmaples to "just work" for you.
8+
9+
# Examples
410

511
* [Dynamic Templatefile Rendering](./dynamic-template-output/README.md)
612
* Keeping `templatefile()` function calls and the files themselves DRY — avoids writing variables twice, as input and output.

0 commit comments

Comments
 (0)