This commit is contained in:
2024-06-29 09:25:55 -05:00
parent 895a5f35b2
commit 22861d6303
4 changed files with 27 additions and 91 deletions

View File

@@ -1,3 +1,7 @@
locals {
config = merge(local.env_config["default"], lookup(local.env_config, var.environment, {}))
}
variable "pm_api_url" {
description = "API URL to Proxmox provider"
type = string