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 866498f commit 754d128Copy full SHA for 754d128
1 file changed
frontend/src/features/integrations/components/setup/cloud/builders/aws.ts
@@ -45,12 +45,6 @@ export const AWS_SECTIONS: CloudGuideSection[] = [
45
bodyKey: `${ROOT}.sections.cloudwatchConfig.body`,
46
image: `${IMG}/cloud-watch-config.png`,
47
},
48
- {
49
- id: 'log-group',
50
- titleKey: `${ROOT}.sections.logGroup.title`,
51
- bodyKey: `${ROOT}.sections.logGroup.body`,
52
- image: `${IMG}/trail-group.png`,
53
- },
54
{
55
id: 'permissions',
56
titleKey: `${ROOT}.sections.permissions.title`,
0 commit comments