Welcome to mirror list, hosted at ThFree Co, Russian Federation.

terraform.tfvars.j2 « templates « deploy « roles « benchmarking « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c156c5534c0053cd53396952583622a2095064 (plain)
1
2
3
# This variable will be prefixed to all machines created by terraform
gitaly_benchmarking_instance_name = "{{ gitaly_benchmarking_instance_name }}"
ssh_pubkey = "{{ lookup('file', ssh_pubkey) }}"