Skip to content

Commit

Permalink
feat: add s3 bucket to import data to LieuxInclusionNumerique dynamo …
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
marc-gavanier committed Sep 11, 2023
1 parent 91b2892 commit b33db79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dynamo.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
resource "aws_s3_bucket" "lieux_inclusion_numerique_table_import" {
bucket = "${replace(local.product_information.context.project, "_", "-")}-dynamo-table-import"
force_destroy = true
tags = local.tags
}

resource "aws_dynamodb_table" "lieux_inclusion_numerique_table" {
name = "LieuxInclusionNumerique"
billing_mode = "PROVISIONED"
Expand Down

0 comments on commit b33db79

Please sign in to comment.