chore: add terraform_fmt pre-commit

This commit is contained in:
cătălin 2024-02-12 17:51:56 +01:00
commit 9f0e5045ac
Signed by untrusted user: catalin
GPG key ID: 0178DF42F43E5FD2
8 changed files with 72 additions and 19 deletions

View file

@ -7,7 +7,7 @@ terraform {
required_providers {
adguard = {
source = "gmichels/adguard"
source = "gmichels/adguard"
version = "1.1.5"
}
}
@ -16,7 +16,7 @@ terraform {
provider "adguard" {
host = "192.168.1.7"
username = "admin"
scheme = "http"
scheme = "http"
timeout = 5
}