mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: reduce size of terraform modules archive (#17749)
This commit is contained in:
@ -3224,6 +3224,7 @@ type TemplateVersionTerraformValue struct {
|
||||
TemplateVersionID uuid.UUID `db:"template_version_id" json:"template_version_id"`
|
||||
UpdatedAt time.Time `db:"updated_at" json:"updated_at"`
|
||||
CachedPlan json.RawMessage `db:"cached_plan" json:"cached_plan"`
|
||||
CachedModuleFiles uuid.NullUUID `db:"cached_module_files" json:"cached_module_files"`
|
||||
}
|
||||
|
||||
type TemplateVersionVariable struct {
|
||||
|
Reference in New Issue
Block a user