Skip to content

Instantly share code, notes, and snippets.

View a-nldisr's full-sized avatar
📺
Pipe it to bash

Rogier Dikkes a-nldisr

📺
Pipe it to bash
View GitHub Profile
@a-nldisr
a-nldisr / apply_main.tf
Last active November 18, 2022 16:15
terraform_mapped_vars_for_each
# This is the resource to create
module "config_generator" {
source = "map_module_main.tf" // ? usually point to github url or place on disk where the module exists
name = var.config_names
}
variable "config_names" {
type = list(any)
default = [
"app",