Skip to content

Commit 9db2cc6

Browse files
committed
enable Autoclass for datasets storage bucket
1 parent 1643b21 commit 9db2cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/batch/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ 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 = true
7677
soft_delete_policy {
7778
retention_duration_seconds = local.retention_duration_seconds
7879
}

0 commit comments

Comments
 (0)