Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/cloud-storage/go…
Browse files Browse the repository at this point in the history
…ogle to v4 (#25)
  • Loading branch information
renovate-bot committed May 17, 2023
1 parent a2ec57d commit e3d2ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/secure-cloud-function-core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "google_project" "project" {

module "cloudfunction_bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~>3.4"
version = "~> 4.0"

project_id = var.project_id
labels = var.labels
Expand Down

0 comments on commit e3d2ae8

Please sign in to comment.