dict-converter-yaml

jd4883/dict-converter-yaml/yaml

Terraform Module HCL YAML ⏱ stale 5y 3mo

Small terrafom module to convert yaml to a terraform map which can be referenced in many useful ways. Strongly recommend storing this to one or more locals and using this as an alternate to tfvars for filling in values. I wrote this to easily handle building terraform code at scale with terraform 13's dynamic module instantiation features in a human readable manner.

Install

module "dict-converter-yaml" {
source = "jd4883/dict-converter-yaml/yaml"
version = "1.1.0"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-yaml-dict-converter-yaml Small terrafom module to convert yaml to a terraform map which can be referenced in many useful ways. Strongly recommend storing this to one or more locals and using this as an alternate to tfvars for filling in values. I wrote this to easily handle building terraform code at scale with terraform 13's dynamic module instantiation features in a human readable manner.

Inputs (3)

NameTypeDescriptionDefault
filenamestring required
subpathstring"configs"
extensionstring"yaml"

Outputs (1)

dict

Details

FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud YAML
Total downloads2.3k
Inputs3
Outputs1
Namespacejd4883
Updated