Description
Dynamic parameters require loading all the *.tf
files into memory. These files can be as large as 10MB. To reduce some memory load, we should reuse the existing memory loaded in fs.FS
if 2 Create Workspace forms are opened for the same template version.
The fs.FS
should be readonly
and safe for concurrent usage. The total memory burden should be limited to the amount of uniquely open Create Workspace forms.