blob: d9579491fa348aef413f9bbfa1f3eb3df94809e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
tags:
- opentofu
---
`#` for both single and multiline comments
Resource names: nouns without specifying resource type
snake_case
Define resources in the same order as their dependency ordering
Include type and description for every variable
Describe every output
Avoid overuse of variables and local values
Always include default provider config
use `count` and `for_each` sparingly
|