We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c076a commit c8d6ce6Copy full SHA for c8d6ce6
tests/pr_test.go
@@ -353,6 +353,12 @@ func TestRunUpgradeFullyConfigurable(t *testing.T) {
353
WaitJobCompleteMinutes: 120,
354
CheckApplyResultForUpgrade: true,
355
TerraformVersion: terraformVersion,
356
+ IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
357
+ List: IgnoreUpdates,
358
+ },
359
+ IgnoreDestroys: testhelper.Exemptions{ // Ignore for consistency check
360
+ List: IgnoreDestroys,
361
362
})
363
364
options.TerraformVars = []testschematic.TestSchematicTerraformVar{
0 commit comments