Skip to content

Commit bf1657c

Browse files
committed
fix: codeconnection target resource change
1 parent 30d313e commit bf1657c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class CodeConnectionsHostCustomResource extends cr.AwsCustomResource {
4040
'codeconnections:DeleteHost',
4141
],
4242
resources: [
43-
`arn:aws:codeconnections:${region}:${account}:host/*`,
43+
`arn:aws:codeconnections:${region}:${account}:*`,
4444
],
4545
}),
4646
],

0 commit comments

Comments
 (0)