We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65091bd commit 880589bCopy full SHA for 880589b
README.md
@@ -1,6 +1,12 @@
1
-# terraform-code-examples
2
-Solving weird problems with Terraform
+# Andrew's Terraform Code Examples
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
10
11
* [Dynamic Templatefile Rendering](./dynamic-template-output/README.md)
12
* Keeping `templatefile()` function calls and the files themselves DRY — avoids writing variables twice, as input and output.
0 commit comments