@@ -24,7 +24,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
2424 CloudInfoService : sharedInfoSvc ,
2525 IgnoreUpdates : testhelper.Exemptions { // Ignore for consistency check
2626 List : []string {
27- "module.observability_agents.module.logs_agent[0] .helm_release.logs_agent" ,
27+ "module.logs_agents .helm_release.logs_agent" ,
2828 },
2929 },
3030 TerraformVars : map [string ]interface {}{
@@ -82,20 +82,6 @@ func TestRunMultiClusterExample(t *testing.T) {
8282 "module.ocp_base_cluster_2.null_resource.reset_api_key" ,
8383 },
8484 },
85- IgnoreUpdates : testhelper.Exemptions { // Ignore for consistency check
86- List : []string {
87- "module.observability_agents_1.helm_release.sysdig_agent" ,
88- "module.observability_agents_2.helm_release.sysdig_agent" ,
89- "module.observability_agents_1.helm_release.cloud_monitoring_agent" ,
90- "module.observability_agents_2.helm_release.cloud_monitoring_agent" ,
91- },
92- },
93- ImplicitDestroy : []string { // Ignore full destroy to speed up tests
94- "module.observability_agents_1.helm_release.sysdig_agent" ,
95- "module.observability_agents_2.helm_release.sysdig_agent" ,
96- "module.observability_agents_1.helm_release.cloud_monitoring_agent" ,
97- "module.observability_agents_2.helm_release.cloud_monitoring_agent" ,
98- },
9985 // Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur
10086 ImplicitRequired : false ,
10187 TerraformVars : map [string ]interface {}{
0 commit comments