diff --git a/CLAUDE.md b/CLAUDE.md index cd8f14b..dba90a7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -23,15 +23,15 @@ I'm an engineer. I know what I want. You must not propose next actions, unless I - Source comments always describe the current functions of the code, never document the history. - Unusual coding diverging from upstream documentation can be commented after the end-user approval. +### Terraform + +- Do not create passthrough output variables, e.g. in an object or modules that take an input, do not expose the exact same value as output. + # Markdown style - Do not put `---` directly before headers `#` of any level. - Always sparate lists with a blank line from the preceeding paragraph. -### Terraform - -- Do not create passthrough output variables, e.g. in an object or modules that take an input, do not expose the exact same value as output. - ## All created files - Do not use any emojis nor fancy characters (non-ASCII outside of range 0x00 - 0x7f) when creating or modifying content. Do not scan files each time you touch them, just use the right characters.