fix: add versions.tf and fix tofu fmt for pre-commit
Add required_providers block so tofu validate works in the module directory. Fix alignment from tofu fmt.
This commit is contained in:
@@ -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