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" {
21
21
22
22
module "event_folder_log_entry" {
23
23
source = " terraform-google-modules/event-function/google//modules/event-folder-log-entry"
24
- version = " ~> 4 .0"
24
+ version = " ~> 5 .0"
25
25
26
26
filter = << EOF
27
27
resource.type="project" AND
35
35
36
36
module "localhost_function" {
37
37
source = " terraform-google-modules/event-function/google"
38
- version = " ~> 4 .0"
38
+ version = " ~> 5 .0"
39
39
40
40
description = " Labels resource with owner information."
41
41
entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource "random_pet" "main" {
20
20
21
21
module "event_project_log_entry" {
22
22
source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
23
- version = " ~> 4 .0"
23
+ version = " ~> 5 .0"
24
24
25
25
filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
26
26
name = random_pet. main . id
@@ -29,7 +29,7 @@ module "event_project_log_entry" {
29
29
30
30
module "localhost_function" {
31
31
source = " terraform-google-modules/event-function/google"
32
- version = " ~> 4 .0"
32
+ version = " ~> 5 .0"
33
33
34
34
description = " Labels resource with owner information."
35
35
entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ resource "null_resource" "configure_repository" {
41
41
42
42
module "event_project_log_entry" {
43
43
source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
44
- version = " ~> 4 .0"
44
+ version = " ~> 5 .0"
45
45
46
46
filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
47
47
name = random_pet. main . id
@@ -50,7 +50,7 @@ module "event_project_log_entry" {
50
50
51
51
module "repository_function" {
52
52
source = " terraform-google-modules/event-function/google//modules/repository-function"
53
- version = " ~> 4 .0"
53
+ version = " ~> 5 .0"
54
54
55
55
description = " Labels resource with owner information."
56
56
entry_point = " labelResource"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ resource "random_pet" "main" {
33
33
34
34
module "event_project_log_entry" {
35
35
source = " terraform-google-modules/event-function/google//modules/event-project-log-entry"
36
- version = " ~> 4 .0"
36
+ version = " ~> 5 .0"
37
37
38
38
filter = " resource.type=\" gce_instance\" jsonPayload.event_subtype=\" compute.instances.insert\" jsonPayload.event_type=\" GCE_OPERATION_DONE\" "
39
39
name = random_pet. main . id
@@ -42,7 +42,7 @@ module "event_project_log_entry" {
42
42
43
43
module "localhost_function" {
44
44
source = " terraform-google-modules/event-function/google"
45
- version = " ~> 4 .0"
45
+ version = " ~> 5 .0"
46
46
47
47
description = " Deletes VMs created with disks not encrypted with CMEK"
48
48
entry_point = " ReceiveMessage"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ resource "local_file" "file" {
74
74
75
75
module "localhost_function" {
76
76
source = " terraform-google-modules/event-function/google"
77
- version = " ~> 4 .0"
77
+ version = " ~> 5 .0"
78
78
79
79
description = " Returns back the random file content"
80
80
entry_point = " fileContent"
You can’t perform that action at this time.
0 commit comments