Skip to content

Commit 2377229

Browse files
committed
fix: checkov skip enforcing guardrails
1 parent 13cd5b7 commit 2377229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ resource "aws_bedrockagent_agent_collaborator" "agent_collaborator" {
115115
}
116116
}
117117

118-
#checkov:skip=CKV_AWS_383:The user can optionally associate agent with Bedrock guardrails
119118
resource "aws_bedrockagent_agent" "agent_supervisor" {
120119
count = local.counter_collaborator
121120
agent_name = "${random_string.solution_prefix.result}-${var.supervisor_name}"
@@ -125,6 +124,7 @@ resource "aws_bedrockagent_agent" "agent_supervisor" {
125124
foundation_model = var.supervisor_model
126125
instruction = var.supervisor_instruction
127126
customer_encryption_key_arn = var.supervisor_kms_key_arn
127+
#checkov:skip=CKV_AWS_383:The user can optionally associate agent with Bedrock guardrails
128128
guardrail_configuration = local.supervisor_guardrail
129129
prepare_agent = false
130130
}

0 commit comments

Comments
 (0)