Skip to content

Commit 92487a7

Browse files
committed
defined autoclass block
1 parent 9db2cc6 commit 92487a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/batch/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +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 = true
76+
autoclass {
77+
enabled = true
78+
}
7779
soft_delete_policy {
7880
retention_duration_seconds = local.retention_duration_seconds
7981
}

0 commit comments

Comments
 (0)