Skip to content

Commit cee6ce2

Browse files
Update Terraform terraform-google-modules/cloud-storage/google to v4
1 parent c54a0ca commit cee6ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/app-infra/bucket.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "random_id" "suffix" {
66

77
module "bucket" {
88
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
9-
version = "~> 3.2"
9+
version = "~> 4.0"
1010

1111
name = "${local.name}-media-${random_id.suffix[0].hex}"
1212
project_id = var.project_id

0 commit comments

Comments
 (0)