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 1643b21 commit 9db2cc6Copy full SHA for 9db2cc6
infra/batch/main.tf
@@ -73,6 +73,7 @@ resource "google_storage_bucket" "datasets_bucket" {
73
name = var.datasets_bucket_name
74
location = var.gcp_region
75
uniform_bucket_level_access = false
76
+ autoclass = true
77
soft_delete_policy {
78
retention_duration_seconds = local.retention_duration_seconds
79
}
0 commit comments