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