mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Add terraform for infra
This commit is contained in:
parent
1da4a9e23b
commit
4084517dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ terraform {
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
pm_parallel = 3
|
pm_parallel = 1
|
||||||
pm_tls_insecure = true
|
pm_tls_insecure = true
|
||||||
pm_api_url = var.pm_api_url
|
pm_api_url = var.pm_api_url
|
||||||
pm_user = var.pm_user
|
pm_user = var.pm_user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue