chore: add terraform_fmt pre-commit
This commit is contained in:
parent
ce43fbb730
commit
9f0e5045ac
8 changed files with 72 additions and 19 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ADGUARD_PASSWORD=superdupersecret
|
||||
ADGUARD_PASSWORD=superdupersecret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue