Skip to content

Commit

Permalink
Fixes security path
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina committed Apr 25, 2023
1 parent b08d97d commit 057df60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/secure-cloud-function/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ data "google_storage_project_service_account" "gcs_account" {
}

module "cloud_serverless_security" {
# source = "../secure-cloud-serverless-security"

source = "git::https://github.com/amandakarina/terraform-google-cloud-functions.git//modules/secure-cloud-serverless-security?ref=feat/adds-secure-cloud-function-security-module"
source = "../secure-cloud-serverless-security"

kms_project_id = var.kms_project_id
location = var.location
Expand Down

0 comments on commit 057df60

Please sign in to comment.