Describe the bug
Unable to process config file with http block
To Reproduce
Parse this file:
template-config-no-http.txt
It works if you wrap it in an http block:
template-config-http.txt
Expected behavior
Since the file is a valid partial configuration, it would be expected to have this work
Your environment
- Operating System Ubuntu 20.04
- Version of crossplane crossplane 0.5.7
Describe the bug
Unable to process config file with http block
To Reproduce
Parse this file:
template-config-no-http.txt
It works if you wrap it in an
httpblock:template-config-http.txt
Expected behavior
Since the file is a valid partial configuration, it would be expected to have this work
Your environment