Skip to content

Commit ebfe164

Browse files
committed
feat(tf): override backend flag
1 parent 5fe495c commit ebfe164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/Template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type TerraformTemplateParams struct {
7979
AllowDestroy bool `json:"allow_destroy"`
8080
AllowAutoApprove bool `json:"allow_auto_approve"`
8181
AutoApprove bool `json:"auto_approve"`
82+
OverrideBackend bool `json:"override_backend"` // override backend if internal backend is used
8283
}
8384

8485
type SurveyVarEnumValue struct {

0 commit comments

Comments
 (0)