mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
var correction
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
endpoint = var.virtual_environment_endpoint
|
endpoint = var.proxmox_server
|
||||||
api_token = var.virtual_environment_token
|
api_token = var.proxmox_apikey
|
||||||
ssh {
|
ssh {
|
||||||
agent = true
|
agent = true
|
||||||
username = "terraform"
|
username = "terraform"
|
||||||
|
|||||||
Reference in New Issue
Block a user