Skip to content

Commit 5909e36

Browse files
authored
Update variables.tf
1 parent 7d865f1 commit 5909e36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

variables.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ variable "proxmox_password" {
4444
type = string
4545
sensitive = true
4646
description = "Password for Proxmox API access"
47-
}
47+
}
48+
variable "cp_vip" {
49+
type = string
50+
default = "192.168.3.180"
51+
}

0 commit comments

Comments
 (0)