File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ resource "google_compute_firewall" "allow_https" {
236236// =======================================================
237237module "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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "random_string" "prefix" {
2222
2323module "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
You can’t perform that action at this time.
0 commit comments