Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 1, 2024
1 parent ce7b623 commit c1bd88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simple_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "google_storage_bucket" "bucket" {
labels = var.labels
force_destroy = var.force_destroy
public_access_prevention = var.public_access_prevention

versioning {
enabled = var.versioning
}
Expand Down

0 comments on commit c1bd88b

Please sign in to comment.