Skip to content

Commit

Permalink
Fixes net source
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina committed Apr 20, 2023
1 parent 9666eb0 commit 55a5b44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/secure-cloud-function/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@


module "cloud_serverless_network" {
# source = "GoogleCloudPlatform/cloud-run/google//modules/secure-cloud-serverless-net"
# version = "~> 0.6"
source = "git::https://github.com/amandakarina/terraform-google-cloud-run.git//modules/secure-cloud-serverless-net?ref=feat/renames-secure-cloud-run-net-module"
source = "GoogleCloudPlatform/cloud-run/google//modules/secure-cloud-serverless-net"
version = "~> 0.6"

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

0 comments on commit 55a5b44

Please sign in to comment.