feat: remove bitwarden variables
This commit is contained in:
parent
1405a9fab6
commit
2e51bb1a18
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
21
provider.tf
21
provider.tf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user