Supprimer terraform.tfvars
This commit is contained in:
parent
a17b3de872
commit
da69ef333c
@ -1,29 +0,0 @@
|
||||
proxmox_url = "https://192.168.1.30:8006/api2/json"
|
||||
proxmox_token_id = "terra-prov@pve!mytoken"
|
||||
proxmox_token_secret = "882db24e-bb79-44cc-98da-b23f020a9a9d"
|
||||
proxmox_insecure_tls = true
|
||||
|
||||
target_node = "pve"
|
||||
default_gateway = "192.168.1.1"
|
||||
|
||||
vms = {
|
||||
# "web-server" = {
|
||||
# cores = 2
|
||||
# memory = 2048
|
||||
# disk_size = "20G"
|
||||
# ip = "192.168.1.200/24"
|
||||
# template = "template-ubuntu-cloud"
|
||||
# }
|
||||
}
|
||||
|
||||
# Containers LXC
|
||||
containers = {
|
||||
"testterraform" = {
|
||||
template = "ubuntu"
|
||||
cores = 1
|
||||
memory = 512
|
||||
disk_size = "8G"
|
||||
ip = "192.168.1.110/24"
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user