diff --git a/docs/admin/templates/extending-templates/dynamic-parameters.md b/docs/admin/templates/extending-templates/dynamic-parameters.md index c171f53836..96a4dcc694 100644 --- a/docs/admin/templates/extending-templates/dynamic-parameters.md +++ b/docs/admin/templates/extending-templates/dynamic-parameters.md @@ -5,7 +5,7 @@ enriched input types, and user identity awareness. This allows template authors to create interactive workspace creation forms with more environment customization, and that means fewer templates to maintain. -![Dynamic Parameters in Action](https://i.imgur.com/uR8mpRJ.gif) +![Dynamic Parameters in Action](../../../images/admin/templates/extend-templates/dyn-params/dynamic-parameters-in-action.gif) All parameters are parsed from Terraform, so your workspace creation forms live in the same location as your provisioning code. You can use all the native Terraform functions and conditionality to create a self-service tooling catalog for every template. diff --git a/docs/images/admin/templates/extend-templates/dyn-params/dynamic-parameters-in-action.gif b/docs/images/admin/templates/extend-templates/dyn-params/dynamic-parameters-in-action.gif new file mode 100644 index 0000000000..1494d862a1 Binary files /dev/null and b/docs/images/admin/templates/extend-templates/dyn-params/dynamic-parameters-in-action.gif differ