We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31599d commit fa5ee37Copy full SHA for fa5ee37
docs/admin/templates/extending-templates/dynamic-parameters.md
@@ -112,7 +112,9 @@ The "Options" column in the table below indicates whether the form type requires
112
113
All single-select parameters with options may now use the `form_type=\"dropdown\"` attribute for better organization.
114
115
-```
+[Try dropdown lists on the Parameter Playground](https://playground.coder.app/parameters/kgNBpjnz7x)
116
+
117
+```terraform
118
locals {
119
ides = [
120
"VS Code",
0 commit comments