lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

fix terraform example #50

Closed FerencoVonMatterhorn closed 1 year ago

FerencoVonMatterhorn commented 1 year ago

Fixes #49

I wanted to help you a bit out and tried the terraform example which didn’t work :(. After fixing the load function call I stumbled across a new config error because there is no inventory/secrets directory which is mandatory. Therefore I added an empty dir which needs a placeholder file.

lukasjarosch commented 1 year ago

Thank you very much for this PR ❤️. Maintaining examples is pretty tedious so this is very much appreciated. It's going to change in the future as I am currently in the process of implementing a test-pipeline for all examples.