feat(tofu): refactor tofu-code

Tidying code and clarifying some sections

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-04-18 13:56:14 +02:00
parent 266aab34c0
commit e94a97e6f3
22 changed files with 167 additions and 121 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"\\.tf$",
"\\.tftpl$",
"\\.yaml$",
"\\.sh$"
"\\.sh$",
"\\.tfvars"
],
"matchStrings": [
"(?<currentValue>[\\w+\\.\\-]*)['\",;]*\\s*#\\s?renovate: (?<datasource>\\S+)=(?<depName>\\S+)\\s?(registry=(?<registryUrl>\\S+))?\\s?(versioning=(?<versioning>\\S+))?"