You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic parameters skip validation in coder/coder. This is ok for the latest coder terraform providers, however past versions have more relaxed validation.
We might want to conditionally apply validation if the provider version is too old. Or disable dynamic params entirely.