feat: remove bitwarden variables

This commit is contained in:
Matthew McKinnon 2024-11-03 12:56:01 +10:00
parent 1405a9fab6
commit 2e51bb1a18
2 changed files with 1 additions and 22 deletions

View File

@ -80,7 +80,7 @@ resource "proxmox_vm_qemu" "docker" {
scsi { scsi {
scsi0 { scsi0 {
disk { disk {
size = 20 size = 80
storage = "local-zfs" storage = "local-zfs"
} }
} }

View File

@ -89,27 +89,6 @@ variable "tfurl" {
sensitive = true sensitive = true
} }
variable "client_id" {
description = "Client ID for Bitwarden"
type = string
sensitive = true
}
variable "client_secret" {
description = "Client Secret for Bitwarden"
type = string
sensitive = true
}
variable "master_password" {
description = "Client Master Password for Bitwarden"
type = string
sensitive = true
}
provider "proxmox" { provider "proxmox" {
pm_api_url = var.proxmox_api_url pm_api_url = var.proxmox_api_url
pm_api_token_id = var.proxmox_api_token_id pm_api_token_id = var.proxmox_api_token_id