- Notifications
You must be signed in to change notification settings - Fork3
Description
Currently, if a user sets an enterprise-only attribute, such asallow_user_autostart
to false on acoderd_template
, on an AGPL deployment, the resource will be created ascoderd
does not return an error. However, when the provider goes to read the state of the resource, it will note a state mismatch (as the field is always true for AGPL deployments), and report a provider error. This is very much confusing for users. Ideally, we should return a validation error forbidding this during aplan
.
Metadata
Metadata
Assignees
Labels
No labels