Skip to content

Commit 56ccba8

Browse files
dspclaude
andcommitted
fix: only ignoreChanges on description, parentOrgUnitPath is required by provider
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 09bc0fc commit 56ccba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const mcpOrgUnit = new gworkspace.OrgUnit(
5656
description: 'Model Context Protocol',
5757
parentOrgUnitPath: '/',
5858
},
59-
{ import: 'id:03ph8a2z0nc6rsr', ignoreChanges: ['parentOrgUnitPath', 'description'] }
59+
{ import: 'id:03ph8a2z0nc6rsr', ignoreChanges: ['description'] }
6060
);
6161

6262
// Provision Google Workspace user accounts for members in roles with provisionUser

0 commit comments

Comments
 (0)