feat: initial sonarr terraform configuration #1
@@ -0,0 +1,9 @@
|
||||
terraform {
|
||||
required_version = ">= 1.10"
|
||||
required_providers {
|
||||
sonarr = {
|
||||
source = "devopsarr/sonarr"
|
||||
version = ">= 3.4.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user