We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f27fce commit 959c1a3Copy full SHA for 959c1a3
infra/app-flask/service/document_data_extraction.tf
@@ -12,7 +12,7 @@ locals {
12
# when processing files. the following like the profile ARNs for different inference
13
# profiles
14
# https://docs.aws.amazon.com/bedrock/latest/userguide/bda-cris.html
15
- DDE_PROFILE_ARN = "arn:aws:bedrock:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:data-automation-profile/us.data-automation-v1"
+ DDE_PROFILE_ARN = "arn:aws:bedrock:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:data-automation-profile/us.data-automation-v1"
16
} : {}
17
}
18
0 commit comments