mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
fix(nix-kubernetes): add missing ${} for terraform
This commit is contained in:
parent
0db1746a9e
commit
cc11521d27
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{...}: {
|
||||
locals."git_repo_folder" = let
|
||||
split_repo = ''split("/", data.coder_parameter.git_repo.value)'';
|
||||
in ''try(element(${split_repo}, length(${split_repo}) - 1), "")'';
|
||||
in ''''${try(element(${split_repo}, length(${split_repo}) - 1), "")}'';
|
||||
|
||||
data = {
|
||||
coder_external_auth."gitlab" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue