removed name of bucket from label field

This commit is contained in:
caiotavaresdito 2021-10-15 13:35:40 -04:00
parent 403d7034a0
commit 06d0085edd
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ resource "google_storage_bucket" "bucket" {
}
labels = merge(var.labels, {
location = lower(var.location)
name = lower(var.name)
storage_class = lower(var.storage_class)
})