Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8c14833f authored by Julien Nowak's avatar Julien Nowak
Browse files

AITED-94 ingestion of procurement documents

parent 31662cec
No related branches found
No related tags found
1 merge request!10AITED-94 ingestion of procurement documents
Pipeline #38135 passed
......@@ -24,19 +24,13 @@ resource "aws_dynamodb_table" "ingestion_tasks" {
billing_mode = "PAY_PER_REQUEST"
hash_key = "resource_id"
range_key = "resource_type"
hash_key = "resource_id"
attribute {
name = "resource_id"
type = "S"
}
attribute {
name = "resource_type"
type = "S"
}
tags = var.tags
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment