diff --git a/docker.tf b/docker.tf index 4fe300a..b2400ae 100644 --- a/docker.tf +++ b/docker.tf @@ -80,7 +80,7 @@ resource "proxmox_vm_qemu" "docker" { scsi { scsi0 { disk { - size = 20 + size = 80 storage = "local-zfs" } } diff --git a/provider.tf b/provider.tf index f93f1d8..007480b 100644 --- a/provider.tf +++ b/provider.tf @@ -89,27 +89,6 @@ variable "tfurl" { 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" { pm_api_url = var.proxmox_api_url pm_api_token_id = var.proxmox_api_token_id