We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe495c commit ebfe164Copy full SHA for ebfe164
db/Template.go
@@ -79,6 +79,7 @@ type TerraformTemplateParams struct {
79
AllowDestroy bool `json:"allow_destroy"`
80
AllowAutoApprove bool `json:"allow_auto_approve"`
81
AutoApprove bool `json:"auto_approve"`
82
+ OverrideBackend bool `json:"override_backend"` // override backend if internal backend is used
83
}
84
85
type SurveyVarEnumValue struct {
0 commit comments