Skip to content

Commit 30081e6

Browse files
authored
Merge pull request #1056 from MobilityData/1045_datasets_bucket_autoclass
feat: 1045 datasets bucket autoclass
2 parents 8770456 + 92487a7 commit 30081e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/batch/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ resource "google_storage_bucket" "datasets_bucket" {
7373
name = var.datasets_bucket_name
7474
location = var.gcp_region
7575
uniform_bucket_level_access = false
76+
autoclass {
77+
enabled = true
78+
}
7679
soft_delete_policy {
7780
retention_duration_seconds = local.retention_duration_seconds
7881
}

0 commit comments

Comments
 (0)