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
import keyword is not interpolated and passed verbatim to pipeline if it is used in the leaf/final parameter file. i.e. if import keyword is used in AccountName_us-east-1.json, it is passed to pipeline, as-is, without interpolation. If it's used in global_us-east-1.json, for example, it is interpolated and merged into AccountName_us-east-1.json properly.