{{ if .Params.products }}

{{ range .Params.products }} {{ $product := . }} {{ $scratch := newScratch }} {{ if eq $product "oss"}}{{ $scratch.Set "product-tag" "OSS" }}{{ end }} {{ if eq $product "cloud"}}{{ $scratch.Set "product-tag" "Cloud" }}{{ end }} {{ if eq $product "enterprise"}}{{ $scratch.Set "product-tag" "Enterprise" }}{{ end }} InfluxDB {{ $scratch.Get "product-tag"}} only {{ end }}

{{ end }}