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.
1 parent c54a0ca commit cee6ce2Copy full SHA for cee6ce2
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