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
With synchronize_seqscans = on (default?), rich parameters are fetched from the database table template_version_parameters in the right order, as they exist in the .tf file.
Unfortunately, it is non-deterministic with synchronize_seqscans = off, so we need to introduce an extra db column to ensure the correct ordering.