Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created December 10, 2024 04:02
Show Gist options
  • Select an option

  • Save KyMidd/0e4006e1a774604f25ff85e4e293c313 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/0e4006e1a774604f25ff85e4e293c313 to your computer and use it in GitHub Desktop.
resource "aws_bedrock_guardrail" "guardrail" {
provider = aws.west2
name = "AiBotGuardrail"
blocked_input_messaging = "Your input has been blocked by our content filter. Please try again. If this is an error, discuss with the DevOps team."
blocked_outputs_messaging = "The output generated by our system has been blocked by our content filter. Please try again. If this is an error, discuss with the DevOps team."
description = "DevOpsBot Guardrail"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment