File: function.hcl

package info (click to toggle)
python-pyhcl 0.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 3,833; makefile: 25; sh: 6
file content (7 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
data "resource" "object" {
  vars = {
    cluster_1         = join("\n", data.template_file.cluster_1.*.rendered)
    cluster_2         = format("name_%02d", count.index + 1)
    PROXY_AUTH        = join(":", [var.proxy_username, var.proxy_password])
  }
}