k3s: debian vm and manifest
This commit is contained in:
12
tofu/provider.tf
Normal file
12
tofu/provider.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
provider "proxmox" {
|
||||
endpoint = var.proxmox_endpoint
|
||||
username = "root@pam"
|
||||
password = var.proxmox_password
|
||||
insecure = true
|
||||
|
||||
ssh {
|
||||
agent = true
|
||||
username = "root"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user