Skip to content

Commit fa5ee37

Browse files
committed
WIP examples needed
1 parent c31599d commit fa5ee37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/admin/templates/extending-templates/dynamic-parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ The "Options" column in the table below indicates whether the form type requires
112112

113113
All single-select parameters with options may now use the `form_type=\"dropdown\"` attribute for better organization.
114114

115-
```
115+
[Try dropdown lists on the Parameter Playground](https://playground.coder.app/parameters/kgNBpjnz7x)
116+
117+
```terraform
116118
locals {
117119
ides = [
118120
"VS Code",

0 commit comments

Comments
 (0)