File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
1-org/modules/cai-monitoring Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,8 @@ module "cloud_function" {
162162 service_config = {
163163 service_account_email = google_service_account.cloudfunction.email
164164 runtime_env_variables = {
165- ROLES = join (" ," , var. roles_to_monitor )
166- SOURCE_ID = google_scc_source.cai_monitoring.id
167- LOG_EXECUTION_ID = " true"
165+ ROLES = join (" ," , var. roles_to_monitor )
166+ SOURCE_ID = google_scc_source.cai_monitoring.id
168167 }
169168 }
170169
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ terraform {
1919 required_providers {
2020 google = {
2121 source = " hashicorp/google"
22- version = " >= 3.77, <=5.37 "
22+ version = " >= 5.42 "
2323 }
2424 google-beta = {
2525 source = " hashicorp/google-beta"
26- version = " >= 3.77, <=5.37 "
26+ version = " >= 5.42 "
2727 }
2828 random = {
2929 source = " hashicorp/random"
You can’t perform that action at this time.
0 commit comments