Skip to content

Commit 01ede8d

Browse files
authored
lintttt
1 parent ce10134 commit 01ede8d

File tree

1 file changed

+3
-3
lines changed
  • storage/object_lifecycle_setting

1 file changed

+3
-3
lines changed

storage/object_lifecycle_setting/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ resource "random_id" "bucket_prefix" {
2020
}
2121

2222
resource "google_storage_bucket" "auto_expire" {
23-
provider = google-beta
24-
name = "${random_id.bucket_prefix.hex}-example-bucket"
25-
location = "US"
23+
provider = google-beta
24+
name = "${random_id.bucket_prefix.hex}-example-bucket"
25+
location = "US"
2626

2727
lifecycle_rule {
2828
condition {

0 commit comments

Comments
 (0)