File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
automatic-labelling-from-localhost
automatic-labelling-from-repository Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,7 @@ resource "random_pet" "main" {
4141module "event_project_log_entry" {
4242 source = " ../../modules/event-project-log-entry"
4343
44- filter = " ${
45- join (
46- " AND " ,
47- list (
48- " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" " ,
49- " protoPayload.methodName:insert" ,
50- " operation.first=true" ,
51- )
52- )
53- } "
54-
44+ filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
5545 name = " ${ random_pet . main . id } "
5646 project_id = " ${ var . project_id } "
5747}
Original file line number Diff line number Diff line change @@ -70,17 +70,7 @@ data "null_data_source" "main" {
7070module "event_project_log_entry" {
7171 source = " ../../modules/event-project-log-entry"
7272
73- filter = " ${
74- join (
75- " AND " ,
76- list (
77- " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" " ,
78- " protoPayload.methodName:insert" ,
79- " operation.first=true" ,
80- )
81- )
82- } "
83-
73+ filter = " protoPayload.@type=\" type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
8474 name = " ${ random_pet . main . id } "
8575 project_id = " ${ var . project_id } "
8676}
You can’t perform that action at this time.
0 commit comments