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: catalin
GPG key ID: 0178DF42F43E5FD2
8 changed files with 72 additions and 19 deletions

View file

@ -37,12 +37,12 @@ module "master2" {
}
module "master3" {
source = "../modules/proxmox-vm"
vm_id = 3003
vm_name = "master3.ireul.fuku"
node_name = "ireul"
ipconfig0 = "ip=192.168.1.33/24,gw=192.168.1.1"
source = "../modules/proxmox-vm"
vm_id = 3003
vm_name = "master3.ireul.fuku"
node_name = "ireul"
ipconfig0 = "ip=192.168.1.33/24,gw=192.168.1.1"
disk_storage_name = "local-lvm"
memory = 4096
core_count = 2
memory = 4096
core_count = 2
}