File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
automatic-labelling-folder
automatic-labelling-from-localhost
automatic-labelling-from-repository Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resource "random_pet" "main" {
2121
2222module "event_folder_log_entry" {
2323 source = " terraform-google-modules/event-function/google//modules/event-folder-log-entry"
24- version = " ~> 3 .0"
24+ version = " ~> 4 .0"
2525
2626 filter = << EOF
2727resource.type="project" AND
3535
3636module "localhost_function" {
3737 source = " terraform-google-modules/event-function/google"
38- version = " ~> 3 .0"
38+ version = " ~> 4 .0"
3939
4040 description = " Labels resource with owner information."
4141 entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource "random_pet" "main" {
2020
2121module "event_project_log_entry" {
2222 source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
23- version = " ~> 3 .0"
23+ version = " ~> 4 .0"
2424
2525 filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
2626 name = random_pet. main . id
@@ -29,7 +29,7 @@ module "event_project_log_entry" {
2929
3030module "localhost_function" {
3131 source = " terraform-google-modules/event-function/google"
32- version = " ~> 3 .0"
32+ version = " ~> 4 .0"
3333
3434 description = " Labels resource with owner information."
3535 entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ resource "null_resource" "configure_repository" {
4141
4242module "event_project_log_entry" {
4343 source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
44- version = " ~> 3 .0"
44+ version = " ~> 4 .0"
4545
4646 filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
4747 name = random_pet. main . id
@@ -50,7 +50,7 @@ module "event_project_log_entry" {
5050
5151module "repository_function" {
5252 source = " terraform-google-modules/event-function/google//modules/repository-function"
53- version = " ~> 3 .0"
53+ version = " ~> 4 .0"
5454
5555 description = " Labels resource with owner information."
5656 entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ resource "random_pet" "main" {
3333
3434module "event_project_log_entry" {
3535 source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
36- version = " ~> 3 .0"
36+ version = " ~> 4 .0"
3737
3838 filter = " resource.type=\" gce_instance\" jsonPayload.event_subtype=\" compute.instances.insert\" jsonPayload.event_type=\" GCE_OPERATION_DONE\" "
3939 name = random_pet. main . id
@@ -42,7 +42,7 @@ module "event_project_log_entry" {
4242
4343module "localhost_function" {
4444 source = " terraform-google-modules/event-function/google"
45- version = " ~> 3 .0"
45+ version = " ~> 4 .0"
4646
4747 description = " Deletes VMs created with disks not encrypted with CMEK"
4848 entry_point = " ReceiveMessage"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ resource "local_file" "file" {
7474
7575module "localhost_function" {
7676 source = " terraform-google-modules/event-function/google"
77- version = " ~> 3 .0"
77+ version = " ~> 4 .0"
7878
7979 description = " Returns back the random file content"
8080 entry_point = " fileContent"
You can’t perform that action at this time.
0 commit comments