feat: initial sonarr terraform configuration #1

Merged
benvin merged 7 commits from feat/initial-config into main 2026-06-29 23:36:11 +10:00
2 changed files with 13 additions and 4 deletions
Showing only changes of commit 40df65c1e1 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
terraform {
required_version = ">= 1.10"
required_providers {
sonarr = {
source = "devopsarr/sonarr"
version = ">= 3.4.2"
}
}
}