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
// Make sure that -var and -var-file options are in the expected order relative to each other
302
+
// Note that the order of the different -var and -var-file options may change
303
+
// See this comment for more info: https://github.com/gruntwork-io/terratest/blob/6fb86056797e3e62ebdd9011ba26605e0976a6f8/modules/terraform/format_test.go#L123-L142
304
+
foridx, arg:=rangeresult {
305
+
ifarg=="-var-file"||arg=="-var" {
306
+
assert.Equal(t, testCase.expected[idx], arg)
307
+
}
308
+
}
309
+
310
+
// Make sure that the order of other arguments hasn't been incorrectly modified
0 commit comments