Commit 2377229 1 parent 13cd5b7 commit 2377229 Copy full SHA for 2377229
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ resource "aws_bedrockagent_agent_collaborator" "agent_collaborator" {
115
115
}
116
116
}
117
117
118
- # checkov:skip=CKV_AWS_383:The user can optionally associate agent with Bedrock guardrails
119
118
resource "aws_bedrockagent_agent" "agent_supervisor" {
120
119
count = local. counter_collaborator
121
120
agent_name = " ${ random_string . solution_prefix . result } -${ var . supervisor_name } "
@@ -125,6 +124,7 @@ resource "aws_bedrockagent_agent" "agent_supervisor" {
125
124
foundation_model = var. supervisor_model
126
125
instruction = var. supervisor_instruction
127
126
customer_encryption_key_arn = var. supervisor_kms_key_arn
127
+ # checkov:skip=CKV_AWS_383:The user can optionally associate agent with Bedrock guardrails
128
128
guardrail_configuration = local. supervisor_guardrail
129
129
prepare_agent = false
130
130
}
You can’t perform that action at this time.
0 commit comments