Skip to content

Commit 959c1a3

Browse files
Fix formatting
1 parent 4f27fce commit 959c1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/app-flask/service/document_data_extraction.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ locals {
1212
# when processing files. the following like the profile ARNs for different inference
1313
# profiles
1414
# 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"
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"
1616
} : {}
1717
}
1818

0 commit comments

Comments
 (0)