Skip to content

Commit

Permalink
Merge branch 'main' into add-repository-option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson authored Oct 30, 2023
2 parents a0b2c52 + dc6b69e commit 8cb9712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/zz_hclparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func RegisterResource(name string, r types.Resource, p Provider) {
func NewParser(callback hclconfig.WalkCallback, variables map[string]string, variablesFiles []string) *hclconfig.Parser {
cfg := hclconfig.DefaultOptions()

cfg.ParseCallback = callback
cfg.Callback = callback
cfg.VariableEnvPrefix = "JUMPPAD_VAR_"
cfg.Variables = variables
cfg.VariablesFiles = variablesFiles
Expand Down

0 comments on commit 8cb9712

Please sign in to comment.