This commit is contained in:
12
tofu/e2e/provider.tf
Normal file
12
tofu/e2e/provider.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
provider "proxmox" {
|
||||
endpoint = "https://192.168.178.2:8006/"
|
||||
username = "root@pam"
|
||||
password = var.proxmox_password
|
||||
insecure = true
|
||||
|
||||
ssh {
|
||||
agent = false
|
||||
username = "root"
|
||||
password = var.proxmox_password
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user