mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: persist terraform modules during template import (#17665)
This commit is contained in:
@ -11,11 +11,13 @@ INSERT INTO
|
||||
template_version_terraform_values (
|
||||
template_version_id,
|
||||
cached_plan,
|
||||
cached_module_files,
|
||||
updated_at
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
(select id from template_versions where job_id = @job_id),
|
||||
@cached_plan,
|
||||
@cached_module_files,
|
||||
@updated_at
|
||||
);
|
||||
|
Reference in New Issue
Block a user