Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/cloud-run/google to…
Browse files Browse the repository at this point in the history
… ~> 0.14
  • Loading branch information
renovate-bot committed Nov 28, 2024
1 parent 41edb7e commit 314c731
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cloud_run_vpc_connector/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "service_account" {

module "cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google"
version = "~> 0.13"
version = "~> 0.14"

service_name = "ci-cloud-run-sc"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/secure_cloud_run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {

module "secure_cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-cloud-run"
version = "~> 0.13"
version = "~> 0.14"

connector_name = "con-run"
subnet_name = "vpc-subnet"
Expand Down
2 changes: 1 addition & 1 deletion examples/secure_cloud_run_standalone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "null_resource" "copy_image" {

module "secure_cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-cloud-run"
version = "~> 0.13"
version = "~> 0.14"

location = local.location
region = local.region
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_cloud_run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "service_account" {

module "cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google"
version = "~> 0.13"
version = "~> 0.14"

service_name = "ci-cloud-run"
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_cloud_run_with_cmek/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "google_project_service_identity" "serverless_sa" {

module "cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google"
version = "~> 0.13"
version = "~> 0.14"

service_name = "ci-cloud-run"
project_id = var.project_id
Expand Down

0 comments on commit 314c731

Please sign in to comment.