Skip to content

Commit 3988ba2

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v11
1 parent a7f2eba commit 3988ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/setup/harness/gitlab/gitlab_vm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ resource "google_compute_firewall" "allow_https" {
236236
// =======================================================
237237
module "ssl_cert" {
238238
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
239-
version = "~> 10.0"
239+
version = "~> 11.0"
240240

241241
name = "${var.project_id}-ssl-cert"
242242
project_id = var.project_id

test/setup/harness/logging_bucket/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "prefix" {
2222

2323
module "logging_bucket" {
2424
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
25-
version = "~> 10.0"
25+
version = "~> 11.0"
2626

2727
name = "bkt-logging-${random_string.prefix.result}"
2828
project_id = var.seed_project_id

0 commit comments

Comments
 (0)