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 1101f96 commit 9a4e7abCopy full SHA for 9a4e7ab
infrastructure/buckets.tf
@@ -83,12 +83,6 @@ module "migration-dynamodb-segment-store" {
83
environment = var.environment
84
owner = var.owner
85
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
- ]
92
}
93
94
module "statistical-reports-store" {
0 commit comments