File tree Expand file tree Collapse file tree
secure_cloud_function_bigquery_trigger
secure_cloud_function_internal_server
secure_cloud_function_with_sql
modules/secure-cloud-function Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resource "random_id" "random_folder_suffix" {
3232
3333module "secure_harness" {
3434 source = " GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
35- version = " ~> 0.21.5 "
35+ version = " ~> 0.23.0 "
3636
3737 billing_account = var. billing_account
3838 security_project_name = " prj-scf-sec-bq"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ resource "random_id" "random_folder_suffix" {
3333
3434module "secure_harness" {
3535 source = " GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
36- version = " ~> 0.21.5 "
36+ version = " ~> 0.23.0 "
3737
3838 billing_account = var. billing_account
3939 security_project_name = " prj-scf-security-cf"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "random_id" "random_folder_suffix" {
3636
3737module "secure_harness" {
3838 source = " GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-harness"
39- version = " ~> 0.21.5 "
39+ version = " ~> 0.23.0 "
4040
4141 billing_account = var. billing_account
4242 security_project_name = " prj-scf-sec-sql"
Original file line number Diff line number Diff line change 1717
1818module "cloud_serverless_network" {
1919 source = " GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-net"
20- version = " ~> 0.21.5 "
20+ version = " ~> 0.23.0 "
2121
2222 connector_name = var. connector_name
2323 subnet_name = var. subnet_name
You can’t perform that action at this time.
0 commit comments