Skip to content

Commit

Permalink
Added missing force_delete option to databases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Aug 27, 2024
1 parent f1f592d commit 9a8fba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tofu/modules/document_transfer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module "database" {
vpc_id = var.vpc_id
subnets = data.aws_subnets.private.ids
ingress_cidrs = sort([for s in data.aws_subnet.private : s.cidr_block])
force_delete = var.force_delete

min_capacity = var.database_capacity_min
max_capacity = var.database_capacity_max
Expand Down

0 comments on commit 9a8fba7

Please sign in to comment.