feat: initial radarr terraform configuration #1

Merged
benvin merged 7 commits from feat/initial-config into main 2026-06-30 00:12:27 +10:00
2 changed files with 2 additions and 9 deletions
Showing only changes of commit c7ada64851 - Show all commits
+2
View File
@@ -11,7 +11,9 @@ repos:
hooks:
- id: tofu-fmt
- id: tofu-validate
exclude: ^modules/
- id: tflint
exclude: ^modules/
- id: terragrunt-hcl-fmt
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
-9
View File
@@ -1,9 +0,0 @@
terraform {
required_version = ">= 1.10"
required_providers {
radarr = {
source = "devopsarr/radarr"
version = ">= 2.3.5"
}
}
}