Skip to content

Commit

Permalink
fix(deps): Update Terraform GoogleCloudPlatform/cloud-run/google to ~…
Browse files Browse the repository at this point in the history
…> 0.12.0 (#128)
  • Loading branch information
renovate-bot authored Jun 26, 2024
1 parent 2b66ef9 commit 74de747
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/secure_cloud_function_bigquery_trigger/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "random_id" "random_folder_suffix" {

module "secure_harness" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
version = "~> 0.11.0"
version = "~> 0.12.0"

billing_account = var.billing_account
security_project_name = "prj-scf-security"
Expand Down
2 changes: 1 addition & 1 deletion examples/secure_cloud_function_internal_server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "random_id" "random_folder_suffix" {

module "secure_harness" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
version = "~> 0.11.0"
version = "~> 0.12.0"

billing_account = var.billing_account
security_project_name = "prj-scf-security"
Expand Down
2 changes: 1 addition & 1 deletion examples/secure_cloud_function_with_sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "random_id" "random_folder_suffix" {

module "secure_harness" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
version = "~> 0.11.0"
version = "~> 0.12.0"

billing_account = var.billing_account
security_project_name = "prj-scf-security"
Expand Down
2 changes: 1 addition & 1 deletion modules/secure-cloud-function/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module "cloud_serverless_network" {
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-net"
version = "~> 0.11.0"
version = "~> 0.12.0"

connector_name = var.connector_name
subnet_name = var.subnet_name
Expand Down

0 comments on commit 74de747

Please sign in to comment.