We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5204b15 commit 7938833Copy full SHA for 7938833
terraform/infrastructure/ephemeral-resources.tf
@@ -1,7 +1,8 @@
1
module "ephemeral-s3-permission-store" {
2
- count = var.use_shared_resources ? 0 : 1
3
- source = "./modules/permissions-store-bucket"
4
- name_prefix = local.prefix
+ count = var.use_shared_resources ? 0 : 1
+ source = "./modules/permissions-store-bucket"
+ name_prefix = local.prefix
5
+ enable_bucket_force_destroy = true
6
}
7
8
module "ephemeral-pointers-table" {
0 commit comments