We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3bddb + cee6ce2 commit 8583039Copy full SHA for 8583039
terraform/modules/app-infra/bucket.tf
@@ -6,7 +6,7 @@ resource "random_id" "suffix" {
6
7
module "bucket" {
8
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
9
- version = "~> 3.2"
+ version = "~> 4.0"
10
11
name = "${local.name}-media-${random_id.suffix[0].hex}"
12
project_id = var.project_id
0 commit comments