Skip to content

Commit 68c4f81

Browse files
author
Matt Cuneo
authoredDec 16, 2021
Update variables.tf
1 parent 6a238ca commit 68c4f81

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎terraform/variables.tf

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
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"
44
}
55

66
variable "pm_target_node" {
7-
default = "pve"
8-
description = "Proxmox target node"
7+
default = "proxmox"
8+
description = "Proxmox target node"
99
}
1010

1111
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"
1414
}
1515

1616
variable "user" {
17-
default = "m"
18-
description = "Primary user"
17+
default = "m"
18+
description = "Primary user"
1919
}
2020

2121
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"
2424
}

0 commit comments

Comments
 (0)
Failed to load comments.