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 a171465 commit 2ffa2b4Copy full SHA for 2ffa2b4
infra/functions-python/main.tf
@@ -116,6 +116,11 @@ resource "google_storage_bucket" "functions_bucket" {
116
resource "google_storage_bucket" "gbfs_snapshots_bucket" {
117
location = var.gcp_region
118
name = "${var.gbfs_bucket_name}-${var.environment}"
119
+ cors {
120
+ origin = ["*"]
121
+ method = ["GET"]
122
+ response_header = ["*"]
123
+ }
124
}
125
126
resource "google_storage_bucket_iam_member" "datasets_bucket_functions_service_account" {
0 commit comments