Skip to content

Commit 9a4e7ab

Browse files
committed
[PRMP-399] removing un-needed cors rules
1 parent 1101f96 commit 9a4e7ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

infrastructure/buckets.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ module "migration-dynamodb-segment-store" {
8383
environment = var.environment
8484
owner = var.owner
8585
force_destroy = local.is_force_destroy
86-
cors_rules = [
87-
{
88-
allowed_methods = ["GET", "PUT", "POST"]
89-
allowed_origins = [contains(["prod"], terraform.workspace) ? "https://${var.domain}" : "https://${terraform.workspace}.${var.domain}"]
90-
}
91-
]
9286
}
9387

9488
module "statistical-reports-store" {

0 commit comments

Comments
 (0)