feat: remove private variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
789b2ab2a2
commit
f9a664763f
@ -8,10 +8,3 @@ terraform {
|
||||
required_version = ">= 0.13"
|
||||
}
|
||||
|
||||
# provider "proxmox" {
|
||||
# pm_api_url = var.proxmox_url
|
||||
# pm_user = var.proxmox_user
|
||||
# pm_password = var.proxmox_password
|
||||
# pm_tls_insecure = true
|
||||
# }
|
||||
|
||||
|
@ -3,14 +3,6 @@ variable "proxmox_url" {
|
||||
default = "https://proxmox.i.kjuulh.io/api2/json"
|
||||
}
|
||||
|
||||
variable "proxmox_user" {
|
||||
description = "proxmox username (eg. <name>@pve)"
|
||||
}
|
||||
|
||||
variable "proxmox_password" {
|
||||
description = "proxmox password"
|
||||
}
|
||||
|
||||
variable "proxmox_ip" {
|
||||
description = "the ip address of the proxmox instance"
|
||||
default = "10.0.11.0"
|
||||
|
Loading…
Reference in New Issue
Block a user