Skip to content

Commit 8583039

Browse files
authored
Merge pull request #63 from TakeoffTech/renovate/terraform-google-modules-cloud-storage-google-4.x
Update Terraform terraform-google-modules/cloud-storage/google to v4
2 parents 0b3bddb + cee6ce2 commit 8583039

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)