- Notifications
You must be signed in to change notification settings - Fork909
Labels
Description
- don't use this in prod
- general warning that other errors are expected, while this is not backwards compatible with all templates today, by GA, all templates will be supported
- don't use with modules
- enable the feature flag
- template-level (tf) and deployment-level (server flag)
- this is new workspace UI that will change
- code examples
- limitations/known issues
(from@Emyrk)
- Remote Module support. feat: include terraform modules for dynamic parameters #17541
- No submodules will be parsed for dynamic parameters. This is a loss of behavior from the status quo.
- Weak validation: feat: parameter validation refactored to single function terraform-provider-coder#381
- Validation is not complete, and dynamic param forms will bypass validation. So do not enable this on prod.
- Default values are required
- A current limitation due to the validation logic that exists today