Update .gitlab-ci.yml, terraform/defaults.tf, terraform/main.tf, terraform/terraform.tfvars, terraform/variables.tf

This commit is contained in:
2022-11-05 13:11:08 +00:00
parent fc8f6ae53a
commit e18a59b0a5
5 changed files with 51 additions and 51 deletions

View File

@@ -9,10 +9,10 @@ terraform {
}
provider "proxmox" {
pm_parallel = 3
pm_tls_insecure = true
pm_api_url = var.pm_api_url
pm_user = var.pm_user
pm_password = var.pm_password
pm_debug = false
pm_parallel = 3
pm_tls_insecure = true
pm_api_url = var.pm_api_url
pm_user = var.pm_user
pm_password = var.pm_password
pm_debug = false
}