mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
refactor(tofu): extract variables into their own files
The .tfvars files are normally gitignored, but they serve as an example here. Just need to make sure I don't commit a secret... Inpired by #236
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ output
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
*secret*.tfvars
|
||||
*secret*.tfvars.json
|
||||
|
||||
*.lock.hcl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user