generated from CC/VMServiceTemplate
local-run-ssh
This commit is contained in:
@@ -16,6 +16,11 @@ provider "proxmox" {
|
|||||||
endpoint = var.pm_api_url
|
endpoint = var.pm_api_url
|
||||||
api_token = var.pm_api_token
|
api_token = var.pm_api_token
|
||||||
insecure = true
|
insecure = true
|
||||||
|
ssh {
|
||||||
|
agent = true
|
||||||
|
username = "root"
|
||||||
|
# private_key = file("~/.ssh/id_rsa") # alternative to agent
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
|
|||||||
Reference in New Issue
Block a user