Skip to content

Commit 1c8273a

Browse files
committed
init commit
1 parent 4157638 commit 1c8273a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/pr_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ func setupOptions(t *testing.T, prefix string, dir string) *testhelper.TestOptio
1616
Testing: t,
1717
TerraformDir: dir,
1818
Prefix: prefix,
19+
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
20+
List: []string{
21+
"module.cloudpak_data.module.cloud_pak_deployer.kubernetes_namespace_v1.cloud_pak_deployer_namespace",
22+
"module.cloudpak_data.null_resource.oc_login",
23+
"module.cloudpak_data.module.cloud_pak_deployer.kubernetes_service_account_v1.cloud_pak_deployer_service_account",
24+
},
25+
},
1926
})
2027
return options
2128
}

0 commit comments

Comments
 (0)