Skip to content

Commit 4dbe0f8

Browse files
authored
fix: bump version of terraform provider on cai-monitoring module (#1328)
1 parent 5f1fd0f commit 4dbe0f8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

1-org/modules/cai-monitoring/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1-org/modules/cai-monitoring/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)