Skip to content

Commit 3bcdc5a

Browse files
committed
Update bedrock knowledge base roleArm to ci-resources
1 parent 94c6ff0 commit 3bcdc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export class EpsAssistMeStack extends Stack {
281281
const kb = new CfnKnowledgeBase(this, "EpsKb", {
282282
name: "eps-assist-kb",
283283
description: "EPS Assist Knowledge Base",
284-
roleArn: Fn.importValue("account-resources:CloudFormationExecutionRole"),
284+
roleArn: Fn.importValue("ci-resources:CloudFormationExecutionRole"),
285285
knowledgeBaseConfiguration: {
286286
type: "VECTOR",
287287
vectorKnowledgeBaseConfiguration: {

0 commit comments

Comments
 (0)