We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cb3cd commit 62b2320Copy full SHA for 62b2320
tests/pr_test.go
@@ -52,7 +52,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string) *testhelper.
52
ResourceGroup: resourceGroup,
53
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
54
List: []string{
55
- "module.logs_agent.module.logs_agent[0].helm_release.logs_agent",
+ "module.logs_agent.helm_release.logs_agent",
56
},
57
58
CloudInfoService: sharedInfoSvc,
0 commit comments