Обновить terraform/variables.tf
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
variable "proxmox_api_url" {
|
variable "proxmox_api_url" { type = string }
|
||||||
type = string
|
variable "proxmox_api_token_id" { type = string }
|
||||||
default = "https://10.33.33.10:8006/api2/json" # ЗАМЕНИТЕ НА ВАШ IP Proxmox
|
variable "proxmox_api_token_secret" { type = string }
|
||||||
}
|
|
||||||
|
|
||||||
variable "proxmox_api_token_id" {
|
|
||||||
type = string
|
|
||||||
sensitive = true
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "proxmox_api_token_secret" {
|
|
||||||
type = string
|
|
||||||
sensitive = true
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "vm_nodes" {
|
variable "vm_nodes" {
|
||||||
type = map(object({
|
type = map(object({
|
||||||
|
|||||||
Reference in New Issue
Block a user