init
This commit is contained in:
10
terraform/stacks/proxmox/lxc/providers.tf
Executable file
10
terraform/stacks/proxmox/lxc/providers.tf
Executable file
@@ -0,0 +1,10 @@
|
||||
provider "proxmox" {
|
||||
endpoint = var.pm_api_url
|
||||
api_token = var.pm_api_token
|
||||
insecure = true
|
||||
|
||||
ssh {
|
||||
username = var.pm_user
|
||||
password = var.pm_password
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user