Skip to content

Commit

Permalink
feat: infra code update
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jan 23, 2024
1 parent ac4e9e2 commit 09d318f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/functions-python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ resource "google_cloudfunctions2_function" "extract_bb" {
event_filters {
attribute = "resourceName"
value = "/projects/${var.project_id}/buckets/${var.datasets_bucket_name}-${var.environment}/mdb-*/mdb-*/mdb-*.zip"
operator = "match-path-pattern"
}
}

Expand Down

0 comments on commit 09d318f

Please sign in to comment.