generated from CC/VMServiceTemplate
“locals”
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
selected_instance = one([
|
|
||||||
for cfg in var.instance_configs :
|
|
||||||
cfg if cfg.crispy_name == var.node_name
|
|
||||||
])
|
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
locals {
|
||||||
|
selected_instance = one([
|
||||||
|
for cfg in var.instance_configs :
|
||||||
|
cfg if cfg.crispy_name == var.node_name
|
||||||
|
])
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_file" "cloud_config" {
|
resource "proxmox_virtual_environment_file" "cloud_config" {
|
||||||
content_type = "snippets"
|
content_type = "snippets"
|
||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
|
|||||||
Reference in New Issue
Block a user