Add `map(string)` to `code_parameter` support type
vscode-web module in the template. When my team creates workspaces from the template, I want to allow them to select extensions and apply settings that suit their needs by using the coder_parameter vscode_web_extensions and vscode_settings. In main.tf:However, currently,
coder_parameter doesn't support the map type, so I don't have a way to implement this for vscode_settings.https://github.com/coder/terraform-provider-coder/blob/c9dbd6f7639765999b3e84c2f966b3a171d31a4d/provider/parameter.go#L202-L208
Will
coder_parameter support type map in the near future?