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.0
  • Loading branch information
renovate-bot committed Nov 18, 2024
1 parent 5c5c587 commit 11307f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "log_analysis" {
# Deploy a Cloud Run service to host an example web page
module "cloud_run" {
source = "GoogleCloudPlatform/cloud-run/google"
version = "~> 0.10.0"
version = "~> 0.14.0"

service_name = "cloudrun-srv-${module.log_analysis.deployment_id}"
project_id = var.project_id
Expand Down

0 comments on commit 11307f1

Please sign in to comment.