1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
variable "pm_api_url" {
2
- default = " https://10.0.0.50 :8006/api2/json"
3
- description = " Proxmox api url"
2
+ default = " https://10.0.0.17 :8006/api2/json"
3
+ description = " Proxmox api url"
4
4
}
5
5
6
6
variable "pm_target_node" {
7
- default = " pve "
8
- description = " Proxmox target node"
7
+ default = " proxmox "
8
+ description = " Proxmox target node"
9
9
}
10
10
11
11
variable "pm_clone_name" {
12
- default = " ubuntu-template "
13
- description = " Name of Proxmox vm template to clone"
12
+ default = " cloud-init-focal "
13
+ description = " Name of Proxmox vm template to clone"
14
14
}
15
15
16
16
variable "user" {
17
- default = " m"
18
- description = " Primary user"
17
+ default = " m"
18
+ description = " Primary user"
19
19
}
20
20
21
21
variable "ssh_key_private" {
22
- default = " ~/.ssh/id_rsa"
23
- description = " Private ssh key location"
22
+ default = " ~/.ssh/id_rsa"
23
+ description = " Private ssh key location"
24
24
}
0 commit comments