Skip to content

Commit

Permalink
Merge pull request #7 from xmtp-labs/snor/timeout-opt-default
Browse files Browse the repository at this point in the history
Set default for timeout option
  • Loading branch information
snormore authored Feb 22, 2024
2 parents dcbc23c + effb35a commit c7b13bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ type Options struct {
RunTitle string `long:"run-title" env:"TERRAFORM_RUN_TITLE" description:"Title for the Terraform Run. Defaults to latest commit message if unset."`
DryRun bool `long:"dry-run" description:"Do not actually run the Terraform Run. Useful for testing."`
VariableValueRequiredPrefix string `long:"variable-value-required-prefix" env:"VARIABLE_VALUE_REQUIRED_PREFIX" description:"If set, the VariableValue must start with this prefix"`
Timeout time.Duration `long:"timeout" description:"Run timeout"`
Timeout time.Duration `long:"timeout" description:"Run timeout" default:"0"`
}

0 comments on commit c7b13bc

Please sign in to comment.