0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 11:28:33 +00:00
terraform-provider-proxmox/example/main.tf
Shawn M. Hanes 757b191376
chore(example): apply consistency in example/*.tf node_name declarations (#2051)
* chore(example): apply consistency in example/*.tf node_name declarations

Signed-off-by: Shawn M. Hanes <smhanes15@gmail.com>

* chore: reformat .tf files

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Shawn M. Hanes <smhanes15@gmail.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 20:48:32 -04:00

10 lines
221 B
HCL

provider "proxmox" {
endpoint = var.virtual_environment_endpoint
api_token = var.virtual_environment_api_token
insecure = true
ssh {
agent = true
username = var.virtual_environment_ssh_username
}
}