local-run-ssh

This commit is contained in:
CC
2026-06-23 22:54:07 +01:00
parent 1d92ea993c
commit 67c0eda7f7

View File

@@ -16,6 +16,11 @@ provider "proxmox" {
endpoint = var.pm_api_url
api_token = var.pm_api_token
insecure = true
ssh {
agent = true
username = "root"
# private_key = file("~/.ssh/id_rsa") # alternative to agent
}
}
provider "aws" {