From 899d01a304ee2629ce2767ec265c14ffbff365de Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 17 Sep 2024 14:40:55 +0000 Subject: [PATCH] docs: rename "Create Autofill" to "Autofill Parameters" Update the section title for clarity and consistency. This change better represents the content about autofill parameters, enhancing readability and user understanding. --- docs/admin/templates/extending-templates/parameters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md index 41b9fdcad99c0..a2480d639eab4 100644 --- a/docs/admin/templates/extending-templates/parameters.md +++ b/docs/admin/templates/extending-templates/parameters.md @@ -287,7 +287,10 @@ data "coder_parameter" "project_id" { } ``` -## Create Autofill +## Autofill Parameters + +> This feature requires the `auto-fill-parameters` +> [experiment](https://coder.com/docs/contributing/feature-stages). When the template doesn't specify default values, Coder may still autofill parameters.