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

examples/terraform does not work #49

Closed FerencoVonMatterhorn closed 1 year ago

FerencoVonMatterhorn commented 1 year ago

Describe the bug The given example under the directory skipper/examples/terraform does not work because the load function is now private and will be called in the NewInventory function.

To Reproduce Steps to reproduce the behavior:

  1. Go to skipper/examples/terraform
  2. Run go run main.go
  3. See error

Expected behavior Skipper does skipper things x)

Screenshots

# command-line-arguments
./main.go:53:18: inventory.load undefined (type *skipper.Inventory has no field or method load)

Additional context