Skip to content

Commit acde5a2

Browse files
Merge pull request #11 from Flaconi/OPS-0-agent-version-fix
OPS-0 force to create new version
2 parents 1f7f8ed + f9cadba commit acde5a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,9 @@ resource "aws_bedrockagent_agent_alias" "this" {
365365
agent_id = aws_bedrockagent_agent.this.agent_id
366366
description = var.alias_description
367367

368+
routing_configuration {
369+
agent_version = aws_bedrockagent_agent.this.agent_version
370+
}
371+
368372
depends_on = [aws_bedrockagent_agent_knowledge_base_association.this]
369373
}

0 commit comments

Comments
 (0)