Skip to content

3ware/35153

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

35153

Current behavior

sourceUrl is not rendered from template.

This configuration:

"sourceUrl": "https://github.com/{{ lookup (split packageName '/') 0 }}/terraform-provider-{{ lookup (split packageName '/') 1 }}"

produces:

[aws](https://redirect.github.com/{{ lookup (split packageName '/') 0 }}/terraform-provider-{{ lookup (split packageName '/') 1 }})

See #1

Expected behavior

I would like the sourceUrl to be:

https://github.com/hashicorp/terraform-provider-aws

Link to the Renovate issue or Discussion

Reproduction for renovate discussion: renovatebot/renovate#35153

Releases

No releases published

Packages

No packages published

Languages