{{ $showLanguage := .Get "showLanguage" | default true }} {{ $showClassification := .Get "showClassification" | default true }} {{ $language := .Get "language" | default "All" }} {{ $moduleType := .Get "moduleType" | default "All" }} {{ $bicepResFile := readFile "/static/module-indexes/BicepResourceModules.csv" }} {{ $bicepResRows := $bicepResFile | transform.Unmarshal (dict "delimiter" ",") }} {{ $bicepPtnFile := readFile "/static/module-indexes/BicepPatternModules.csv" }} {{ $bicepPtnRows := $bicepPtnFile | transform.Unmarshal (dict "delimiter" ",") }} {{ $bicepUtlFile := readFile "/static/module-indexes/BicepUtilityModules.csv" }} {{ $bicepUtlRows := $bicepUtlFile | transform.Unmarshal (dict "delimiter" ",") }} {{ $tfResFile := readFile "/static/module-indexes/TerraformResourceModules.csv" }} {{ $tfResRows := $tfResFile | transform.Unmarshal (dict "delimiter" ",") }} {{ $tfPtnFile := readFile "/static/module-indexes/TerraformPatternModules.csv" }} {{ $tfPtnRows := $tfPtnFile | transform.Unmarshal (dict "delimiter" ",") }} {{ $tfUtlFile := readFile "/static/module-indexes/TerraformUtilityModules.csv" }} {{ $tfUtlRows := $tfUtlFile | transform.Unmarshal (dict "delimiter" ",") }}