infra
This commit is contained in:
parent
5a409b3014
commit
0347f4d325
18 changed files with 441 additions and 0 deletions
6
infrastructure/proxmox/providers.tf
Normal file
6
infrastructure/proxmox/providers.tf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
provider "proxmox" {
|
||||
pm_tls_insecure = true
|
||||
pm_api_url = var.pm_api_url
|
||||
pm_api_token_id = var.pm_api_token_id
|
||||
pm_api_token_secret = var.pm_api_token_secret
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue