Skip to content

Commit

Permalink
Merge pull request #11 from Flaconi/OPS-0-agent-version-fix
Browse files Browse the repository at this point in the history
OPS-0 force to create new version
  • Loading branch information
ronny-panknin-flaconi authored Nov 27, 2024
2 parents 1f7f8ed + f9cadba commit acde5a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,9 @@ resource "aws_bedrockagent_agent_alias" "this" {
agent_id = aws_bedrockagent_agent.this.agent_id
description = var.alias_description

routing_configuration {
agent_version = aws_bedrockagent_agent.this.agent_version
}

depends_on = [aws_bedrockagent_agent_knowledge_base_association.this]
}

0 comments on commit acde5a2

Please sign in to comment.