We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44be81 commit bce4990Copy full SHA for bce4990
1 file changed
1-org/modules/cai-monitoring/main.tf
@@ -142,13 +142,13 @@ resource "google_scc_v2_organization_source" "cai_monitoring" {
142
// Cloud Function
143
module "cloud_function" {
144
source = "GoogleCloudPlatform/cloud-functions/google"
145
- version = "~> 0.6"
+ version = "~> 0.8.0"
146
147
function_name = "caiMonitoring"
148
description = "Check on the Organization for members (users, groups and service accounts) that contains the IAM roles listed."
149
project_id = var.project_id
150
labels = var.labels
151
- function_location = var.location
+ location = var.location
152
runtime = "nodejs20"
153
entrypoint = "caiMonitoring"
154
docker_repository = google_artifact_registry_repository.cloudfunction.id
0 commit comments